Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Apr 25, 2024
1 parent f8bb7aa commit 23c8d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphqlsp/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function create(info: ts.server.PluginCreateInfo) {

const proxy = createBasicDecorator(info);

const schema = loadSchema(info, config.schema, logger);
const schema = loadSchema(info, config, logger);

proxy.getSemanticDiagnostics = (filename: string): ts.Diagnostic[] => {
const originalDiagnostics =
Expand Down

0 comments on commit 23c8d6e

Please sign in to comment.