mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 02:11:54 +00:00
revert source connection monitor
This commit is contained in:
committed by
Aiden McClelland
parent
c03c876098
commit
c3e28cb683
@@ -22,8 +22,4 @@ export class PatchDB<T> {
|
||||
concatMap(() => of(this.store.cache)),
|
||||
)
|
||||
}
|
||||
|
||||
connectionMade$ (): Observable<void> {
|
||||
return merge(...this.sources.map(s => s.connectionMade$))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user