From 15d61aa87a1bb054521365df779ae892c6bf1020 Mon Sep 17 00:00:00 2001 From: baggoedw Date: Thu, 7 Apr 2022 10:35:07 +0100 Subject: [PATCH] fix: change COMPLEX_NOT_OF to COMPLEX_NOT --- src/schema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema.js b/src/schema.js index fa1ce669..d1f896f3 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; },