Skip to content

Commit

Permalink
fix pulled clock
Browse files Browse the repository at this point in the history
  • Loading branch information
EYHN committed Nov 26, 2024
1 parent c8cafcc commit 43f079e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/nbstore/src/sync/doc/peer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export class DocSyncPeer {
pulledClock
);
if (updated) {
await this.syncMetadata.setPeerRemoteClock(this.remote.peer, {
await this.syncMetadata.setPeerPulledRemoteClock(this.remote.peer, {
docId,
timestamp: pulledClock,
});
Expand Down

0 comments on commit 43f079e

Please sign in to comment.