Skip to content

Commit

Permalink
Merge branch 'pramodcog/UX-1220' of https://github.com/cognitedata/re…
Browse files Browse the repository at this point in the history
…veal into pramodcog/UX-1220
  • Loading branch information
pramodcog committed Aug 21, 2023
2 parents 02706b4 + 80118ed commit bc1e453
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function isEqualTreeIndex(
collectionB: TreeIndexNodeCollection
): boolean {
const isEqualContent =
collectionA.getIndexSet().differenceWith(collectionB.getIndexSet()).count === 0;
collectionA.getIndexSet().clone().differenceWith(collectionB.getIndexSet()).count === 0;
return isEqualContent;
}

Expand Down

0 comments on commit bc1e453

Please sign in to comment.