Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRaduan committed Dec 5, 2024
1 parent 3b0df16 commit 3b71d48
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/github/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,10 +537,6 @@ export const SearchCodeSchema = z.object({
.describe(
"Search query. See GitHub code search syntax: https://docs.github.com/en/search-github/searching-on-github/searching-code"
),
sort: z
.enum(["", "indexed"])
.optional()
.describe("Sort field. Only 'indexed' is supported"),
order: z
.enum(["asc", "desc"])
.optional()
Expand Down

0 comments on commit 3b71d48

Please sign in to comment.