don't reset on startup

This commit is contained in:
Matt Hill
2021-10-11 21:24:41 -06:00
committed by Aiden McClelland
parent 0f0403e8d7
commit 9d14d47cfd

View File

@@ -79,7 +79,6 @@ export class PatchDbService {
stop (): void {
console.log('stopping patch-db')
this.patchConnection$.next(PatchConnection.Initializing)
this.patchDb.store.reset()
if (this.patchSub) {
this.patchSub.unsubscribe()
this.patchSub = undefined