Skip to content

Commit

Permalink
Update api.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 b9b8f90 commit 454f3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/lib/validator/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const ajv = new Ajv({
validateSchema: true,
allErrors: false,
coerceTypes: true,
strict: 'log',
strict: false,
});
addFormats(ajv);

Expand Down

0 comments on commit 454f3aa

Please sign in to comment.