mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
remove not needed subs
This commit is contained in:
committed by
Aiden McClelland
parent
fbe1b26a55
commit
c680a3b830
@@ -33,6 +33,7 @@ export class PatchDbModel {
|
||||
|
||||
async init (): Promise<void> {
|
||||
const cache = await this.bootstrapper.init()
|
||||
console.log('CACHECACHE', cache)
|
||||
this.patchDb = new PatchDB([this.source, this.http], this.http, cache)
|
||||
|
||||
this.sequence$ = this.patchDb.store.sequence$.asObservable()
|
||||
|
||||
Reference in New Issue
Block a user