Skip to content

Commit 46737e7

Browse files
committed
Remove unnecessary type in zod schema
1 parent 6f8c771 commit 46737e7

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/tools/processes-tool-definitions.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -744,11 +744,6 @@ export const processesToolDefinitions = [
744744
description:
745745
"Unique identifier of the process to schedule (UUID or slug)",
746746
},
747-
type: {
748-
type: "string",
749-
enum: ["PERIODIC", "ONCE"],
750-
description: "Schedule type",
751-
},
752747
cron: {
753748
type: "string",
754749
description: "Cron expression for PERIODIC schedules",

0 commit comments

Comments
 (0)