massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / lib / vocabularies / applicator / not.ts
index 8105a489c2db1e5ca5472c6684e097834652f507..8691db0bf229b778f88a373110311dff1c69c1dc 100644 (file)
@@ -26,10 +26,10 @@ const def: CodeKeywordDefinition = {
       valid
     )
 
-    cxt.result(
+    cxt.failResult(
       valid,
-      () => cxt.error(),
-      () => cxt.reset()
+      () => cxt.reset(),
+      () => cxt.error()
     )
   },
   error: {message: "must NOT be valid"},