Skip to content

Commit

Permalink
chore: cleanup deprecated method (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
pluvrt authored Jan 12, 2025
1 parent 9822786 commit 957bce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crdt-loro/src/doc/CrdtLoroDoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class CrdtLoroDoc<TStorage extends Record<string, LoroType<any, any>>> ex
return this;
}

this.value.importUpdateBatch(_updates);
this.value.importBatch(_updates);

return this;
}
Expand Down

0 comments on commit 957bce4

Please sign in to comment.