From 9d14d47cfd7c5fe9cf2f3f812fa7bb8be2fc0959 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Mon, 11 Oct 2021 21:24:41 -0600 Subject: [PATCH] don't reset on startup --- ui/src/app/services/patch-db/patch-db.service.ts | 1 - 1 file changed, 1 deletion(-) 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