address comment

This commit is contained in:
Raduan77
2024-12-05 11:37:51 +01:00
parent 3b0df164db
commit 3b71d48f65

View File

@@ -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()