Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Jul 2, 2024
1 parent 6ef2744 commit b9b8f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/lib/validator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const ajv = new Ajv({
format: 'full', // strict regexes for format checks
coerceTypes: true,
schemas: [definitions],
strict: 'log',
strict: false,
});
addFormats(ajv);

Expand Down

0 comments on commit b9b8f90

Please sign in to comment.