Skip to content

Commit

Permalink
Merge refs/heads/master into pramodcog/UX-1220
Browse files Browse the repository at this point in the history
  • Loading branch information
cognite-bulldozer[bot] authored Aug 21, 2023
2 parents caf4dd6 + eb41666 commit 80118ed
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 80118ed

Please sign in to comment.