Skip to content

Commit

Permalink
fix CR notes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Quelca committed Oct 17, 2023
1 parent d38c44c commit a35dba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multiplayer/multiplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export default class Multiplayer {
this.yDoc.transact(() => {
lanes.forEach((lane) => {
const yMapNested = new Y.Map();
const data = this.prepareLaneData(lane);
const data = this.prepareLaneData(lane);
this.doTransact(yMapNested, data);
this.yArray.push([yMapNested]);
const stateUpdate = Y.encodeStateAsUpdate(this.yDoc);
Expand Down

0 comments on commit a35dba0

Please sign in to comment.