mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
don't reset on startup
This commit is contained in:
committed by
Aiden McClelland
parent
0f0403e8d7
commit
9d14d47cfd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user