Skip to content

Commit

Permalink
fix updating revision number on dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
MattDHill authored and dr-bonez committed Sep 6, 2022
1 parent 13c2e65 commit 74c01eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/lib/patch-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export class PatchDB<T extends { [key: string]: any }> {
} else {
this.handleDump(update, cache)
}
cache.sequence++
cache.sequence = update.id
})
this.cache$.next(cache)
}
Expand Down

0 comments on commit 74c01eb

Please sign in to comment.