diff --git a/src/schema.js b/src/schema.js index fa1ce669f..d1f896f3c 100644 --- a/src/schema.js +++ b/src/schema.js @@ -211,7 +211,7 @@ const complexSchemaParsers = { ); }, // TODO - [SCHEMA_TYPES.COMPLEX_NOT_OF]: (schema) => { + [SCHEMA_TYPES.COMPLEX_NOT]: (schema) => { // TODO return TS_KEYWORDS.ANY; },