From 902695eaf0471d0df7b9b74541244cd8a27f2896 Mon Sep 17 00:00:00 2001 From: Elsa Date: Tue, 12 Dec 2023 14:44:33 -0500 Subject: [PATCH] Remove undefined localId assignment --- src/calculation/ClauseResultsHelpers.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calculation/ClauseResultsHelpers.ts b/src/calculation/ClauseResultsHelpers.ts index b285239c..6409e097 100644 --- a/src/calculation/ClauseResultsHelpers.ts +++ b/src/calculation/ClauseResultsHelpers.ts @@ -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 };