@graphql-eslint/eslint-plugin 3.15.0-alpha-20230125195254-57d0b30 → 3.15.0-alpha-20230125195750-9c5e161
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/schema.js +0 -1
- package/esm/schema.js +0 -1
- package/package.json +1 -1
package/cjs/schema.js
CHANGED
@@ -27,7 +27,6 @@ function getSchema(project, schemaOptions) {
|
|
27
27
|
const schemaPaths = fast_glob_1.default.sync(project.schema, { absolute: true });
|
28
28
|
debug('Schema pointers %O', schemaPaths);
|
29
29
|
}
|
30
|
-
// Do not set error to cache, since cache reload will be done after some `lifetime` seconds
|
31
30
|
schemaCache.set(schemaKey, schema);
|
32
31
|
return schema;
|
33
32
|
}
|
package/esm/schema.js
CHANGED
@@ -23,7 +23,6 @@ export function getSchema(project, schemaOptions) {
|
|
23
23
|
const schemaPaths = fg.sync(project.schema, { absolute: true });
|
24
24
|
debug('Schema pointers %O', schemaPaths);
|
25
25
|
}
|
26
|
-
// Do not set error to cache, since cache reload will be done after some `lifetime` seconds
|
27
26
|
schemaCache.set(schemaKey, schema);
|
28
27
|
return schema;
|
29
28
|
}
|
package/package.json
CHANGED