We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2910393 commit 6269e95Copy full SHA for 6269e95
src/middlewares/util.ts
@@ -109,7 +109,7 @@ export function ajvErrorsToValidatorError(
109
params?.unevaluatedProperty &&
110
e.instancePath + '/' + params.unevaluatedProperty;
111
const path =
112
- required ?? additionalProperty ?? unevaluatedProperty?? e.instancePath ?? e.schemaPath;
+ required ?? additionalProperty ?? unevaluatedProperty ?? e.instancePath ?? e.schemaPath;
113
return {
114
path,
115
message: e.message,
0 commit comments