@trudb/tru-common-lib 0.2.337 → 0.2.338
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7421,7 +7421,7 @@ class TruDataChangeParser {
|
|
|
7421
7421
|
else {
|
|
7422
7422
|
var entityToRemove = this.getEntityFromResults(results, change);
|
|
7423
7423
|
if (entityToRemove.length) {
|
|
7424
|
-
|
|
7424
|
+
results.splice(results.indexOf(entityToRemove[0]), 1);
|
|
7425
7425
|
reloadResults = true;
|
|
7426
7426
|
}
|
|
7427
7427
|
}
|