Skip to content

Commit 6269e95

Browse files
authored
Fixes spacing/linting
1 parent 2910393 commit 6269e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/middlewares/util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export function ajvErrorsToValidatorError(
109109
params?.unevaluatedProperty &&
110110
e.instancePath + '/' + params.unevaluatedProperty;
111111
const path =
112-
required ?? additionalProperty ?? unevaluatedProperty?? e.instancePath ?? e.schemaPath;
112+
required ?? additionalProperty ?? unevaluatedProperty ?? e.instancePath ?? e.schemaPath;
113113
return {
114114
path,
115115
message: e.message,

0 commit comments

Comments
 (0)