Skip to content

Commit

Permalink
remove check that prevented localschemafiles from working
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeDawkins committed Nov 19, 2019
1 parent b2454f3 commit c669f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-language-server/src/project/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class GraphQLClientProject extends GraphQLProject {
total: totalTypes
},
tag: this.config.tag,
loaded: Boolean(this.serviceID && (this.schema || this.serviceSchema)),
loaded: Boolean(this.schema || this.serviceSchema),
lastFetch: this.lastLoadDate
};
}
Expand Down

0 comments on commit c669f3e

Please sign in to comment.