Skip to content

Commit

Permalink
dont allow extra properties
Browse files Browse the repository at this point in the history
  • Loading branch information
danielva-monday committed Sep 29, 2024
1 parent 9274d6a commit 9496b4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/schemas/mondaycoderc-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const mondaycodercSchema = z
.optional(),
RUNTIME_VERSION: z.string().optional(),
})
.strict()
.refine(
data => {
if (data.RUNTIME) {
Expand Down

0 comments on commit 9496b4c

Please sign in to comment.