Skip to content

Commit

Permalink
remove unneeded check for schema (#3083)
Browse files Browse the repository at this point in the history
* remove unneeded check for `schema`

* Delete sweet-dolphins-breathe.md
  • Loading branch information
dimaMachina committed Mar 6, 2023
1 parent 0fc2fd3 commit 5cf77e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ export class GraphQLCache implements GraphQLCacheInterface {
let schemaCacheKey = null;
let schema = null;

if (!schema && schemaPath && schemaKey) {
if (schemaPath && schemaKey) {
schemaCacheKey = schemaKey as string;

// Maybe use cache
Expand Down

0 comments on commit 5cf77e0

Please sign in to comment.