mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 02:11:54 +00:00
Update patch-db.ts
This commit is contained in:
committed by
Aiden McClelland
parent
4fb0d3570b
commit
2ca4b256b3
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user