mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
lint err (#995)
Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
This commit is contained in:
committed by
Aiden McClelland
parent
0077a925a2
commit
d92aefd093
@@ -166,9 +166,7 @@ export class PatchDbService {
|
||||
return this.patchConnection$.asObservable()
|
||||
}
|
||||
|
||||
watch$: Store<DataModel>['watch$'] = (
|
||||
...args: (string | number)[],
|
||||
): Observable<DataModel> => {
|
||||
watch$: Store<DataModel>['watch$'] = (...args: (string | number)[]): Observable<DataModel> => {
|
||||
const argsString = '/' + args.join('/')
|
||||
console.log('patchDB: WATCHING ', argsString)
|
||||
return this.patchDb.store.watch$(...(args as [])).pipe(
|
||||
|
||||
Reference in New Issue
Block a user