Skip to content

Commit

Permalink
Remove undefined localId assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
elsaperelli committed Dec 12, 2023
1 parent b275297 commit 902695e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/calculation/ClauseResultsHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ export function findAllLocalIdsInStatement(
});
}
}
localIds[statement.localId] = { localId: v };
} else if (k === 'localId') {
// else if the key is localId, push the value
localIds[v] = { localId: v };
Expand Down

0 comments on commit 902695e

Please sign in to comment.