Update patch-db.ts

This commit is contained in:
Drew Ansbacher
2021-12-20 13:42:39 -07:00
committed by Aiden McClelland
parent 4fb0d3570b
commit 2ca4b256b3

View File

@@ -32,9 +32,7 @@ export class PatchDB<T> {
private readonly sources$: Observable<Source<T>[]>, private readonly sources$: Observable<Source<T>[]>,
private readonly http: Http<T>, private readonly http: Http<T>,
private readonly initialCache: DBCache<T>, private readonly initialCache: DBCache<T>,
) { ) { }
console.log('STARTING PATCH 1')
}
clean () { clean () {
this.sourcesSub.unsubscribe() this.sourcesSub.unsubscribe()