diff --git a/ui/src/app/services/patch-db/patch-db.service.ts b/ui/src/app/services/patch-db/patch-db.service.ts index 833f1af7c..9a7aa5690 100644 --- a/ui/src/app/services/patch-db/patch-db.service.ts +++ b/ui/src/app/services/patch-db/patch-db.service.ts @@ -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