massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / vocabularies / jtd / metadata.js
index acd00ffcad7b585d024c2031aa222954439c631d..eeb3c91cda634c31c284dd8ef945a193ad864b05 100644 (file)
@@ -8,7 +8,7 @@ const def = {
     code(cxt) {
         checkMetadata(cxt);
         const { gen, schema, it } = cxt;
-        if (util_1.alwaysValidSchema(it, schema))
+        if ((0, util_1.alwaysValidSchema)(it, schema))
             return;
         const valid = gen.name("valid");
         cxt.subschema({ keyword: "metadata", jtdMetadata: true }, valid);