Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Oct 17, 2024
1 parent bbc2529 commit 2c63727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inferred_mode/inferred_mode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ export default class InferredQueryHandler {
[resultID: string]: number;
} = {};
const auxGraphSuffixes: { [inferredEdgeID: string]: number } = {};
if (global.queryInformation != null) {
if (global.queryInformation !== null) {
global.queryInformation.totalRecords = {};
}

Expand Down

0 comments on commit 2c63727

Please sign in to comment.