We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f6944 commit e2e4de2Copy full SHA for e2e4de2
backend/lib/validator/api.js
@@ -9,6 +9,7 @@ const ajv = new Ajv({
9
allErrors: false,
10
format: 'full',
11
coerceTypes: true,
12
+ strict: 'log',
13
});
14
15
/**
0 commit comments