mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 02:11:54 +00:00
fix updating revision number on dumps
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user