remove not needed subs

This commit is contained in:
Drew Ansbacher
2021-07-08 10:54:49 -06:00
committed by Aiden McClelland
parent fbe1b26a55
commit c680a3b830
23 changed files with 65 additions and 215 deletions

View File

@@ -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()