Skip to content

Commit

Permalink
Removed unnecesary set
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax committed Sep 6, 2023
1 parent 718a30e commit b40dd7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stores/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export const useCluster = defineStore('cluster', () => {
item.memoizedArea = addBBoxToArea(boundingBox.value!, item.memoizedArea)
item.memoizedClusters.push(...newClusters.filter(c => item.memoizedClusters.every(i => i.id !== c.id)))
item.memoizedSingles.push(...newSingles.filter(s => item.memoizedSingles.every(i => i.uuid !== s.uuid)))
memoized.set(key, item)
}
else {
memoized.set(key, {
Expand Down

0 comments on commit b40dd7f

Please sign in to comment.