Skip to content

Commit

Permalink
🔊 correct log message
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonaOna committed Mar 11, 2024
1 parent 945ad84 commit e10f89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/validate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function validate(
if (!valid) {
errorLogger(
'validate',
`${schemaKeyRef.type.toLowerCase()}-validation failed: ${ajv.errorsText()}`,
`${schemaKeyRef.title.toLowerCase()}-validation failed: ${ajv.errorsText()}`,
config.apiKey,
ajv.errors,
);
Expand Down

0 comments on commit e10f89f

Please sign in to comment.