Skip to content

Commit e2e4de2

Browse files
authored
Update api.js
Signed-off-by: Zoey <[email protected]>
1 parent 22f6944 commit e2e4de2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/lib/validator/api.js

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const ajv = new Ajv({
99
allErrors: false,
1010
format: 'full',
1111
coerceTypes: true,
12+
strict: 'log',
1213
});
1314

1415
/**

0 commit comments

Comments
 (0)