Skip to content

Commit

Permalink
fix crash on signature help (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer authored Oct 16, 2023
1 parent 6a66f1c commit 3d11353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/signatureHelp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function doSignatureHelp(

return signatureHelp(
textDocument.getText(range),
neo4j.metadata.dbSchema ?? {},
neo4j.metadata?.dbSchema ?? {},
);
};
}

0 comments on commit 3d11353

Please sign in to comment.