Skip to content

Commit cf3573d

Browse files
committed
fix: remove duplicated project_id from schema
1 parent 4a2ae29 commit cf3573d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitlab/schemas.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ export const CreateRepositorySchema = z.object({
262262
});
263263

264264
export const GetFileContentsSchema = ProjectParamsSchema.extend({
265-
project_id: z.string().describe("Project ID or URL-encoded path"),
266265
file_path: z.string().describe("Path to the file or directory"),
267266
ref: z.string().optional().describe("Branch/tag/commit to get contents from")
268267
});

0 commit comments

Comments
 (0)