Skip to content

Commit

Permalink
allow empty json
Browse files Browse the repository at this point in the history
  • Loading branch information
danielva-monday committed Sep 29, 2024
1 parent d17f49c commit 9274d6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/schemas/mondaycoderc-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export const mondaycodercSchema = z
return /^(6|7)\.\d+$/.test(data.RUNTIME_VERSION || '');
}
}

return true;
},
{
message: 'Invalid RUNTIME_VERSION for the specified RUNTIME',
Expand Down

0 comments on commit 9274d6a

Please sign in to comment.