mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
remove not needed subs
This commit is contained in:
committed by
Aiden McClelland
parent
804786b80b
commit
20cdb47cb0
@@ -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