Skip to content

Commit

Permalink
fix: rm unnecessary linearize in merge (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanLewDev authored Dec 9, 2024
1 parent 4e535ef commit 9b805df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/object/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ export class DRPObject implements IDRPObject {
}
}

const operations = this.hashGraph.linearizeOperations();
this.vertices = this.hashGraph.getAllVertices();

this._updateDRPState();
Expand Down

0 comments on commit 9b805df

Please sign in to comment.