Skip to content

Commit 3334480

Browse files
authored
fix: change COMPLEX_NOT_OF to COMPLEX_NOT (#356)
1 parent 73a1b68 commit 3334480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ const complexSchemaParsers = {
218218
);
219219
},
220220
// TODO
221-
[SCHEMA_TYPES.COMPLEX_NOT_OF]: (schema) => {
221+
[SCHEMA_TYPES.COMPLEX_NOT]: (schema) => {
222222
// TODO
223223
return TS_KEYWORDS.ANY;
224224
},

0 commit comments

Comments
 (0)