We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945ad84 commit e10f89fCopy full SHA for e10f89f
src/util/validate.ts
@@ -18,7 +18,7 @@ export function validate(
18
if (!valid) {
19
errorLogger(
20
'validate',
21
- `${schemaKeyRef.type.toLowerCase()}-validation failed: ${ajv.errorsText()}`,
+ `${schemaKeyRef.title.toLowerCase()}-validation failed: ${ajv.errorsText()}`,
22
config.apiKey,
23
ajv.errors,
24
);
0 commit comments