Skip to content

Commit

Permalink
Add _ to unused value
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Jan 12, 2024
1 parent 1ed6f15 commit b38254c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utils/yorkie/yorkieSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class YorkieSyncPluginValue implements cmView.PluginValue {
}

this._doc.update((root, presence) => {
update.changes.iterChanges((fromA, toA, fromB, toB, insert) => {
update.changes.iterChanges((fromA, toA, _fromB, _toB, insert) => {
if (!root.content) {
root.content = new yorkie.Text();
}
Expand Down

0 comments on commit b38254c

Please sign in to comment.