mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 10:21:53 +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 http: Http<T>,
|
||||
private readonly initialCache: DBCache<T>,
|
||||
) {
|
||||
console.log('STARTING PATCH 1')
|
||||
}
|
||||
) { }
|
||||
|
||||
clean () {
|
||||
this.sourcesSub.unsubscribe()
|
||||
|
||||
Reference in New Issue
Block a user