Skip to content

Commit

Permalink
Update packages/plugin/src/schema.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina authored Jan 25, 2023
1 parent 217d92c commit ad4559e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/plugin/src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export function getSchema(
const schemaPaths = fg.sync(project.schema as Pointer, { absolute: true });
debug('Schema pointers %O', schemaPaths);
}
// Do not set error to cache, since cache reload will be done after some `lifetime` seconds
schemaCache.set(schemaKey, schema);

return schema;
Expand Down

0 comments on commit ad4559e

Please sign in to comment.