From d92aefd093574f0186478a6945dc72840edfe5cc Mon Sep 17 00:00:00 2001 From: Drew Ansbacher Date: Wed, 22 Dec 2021 09:40:16 -0700 Subject: [PATCH] lint err (#995) Co-authored-by: Drew Ansbacher --- ui/src/app/services/patch-db/patch-db.service.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/src/app/services/patch-db/patch-db.service.ts b/ui/src/app/services/patch-db/patch-db.service.ts index 00aa21a64..9f0f1db62 100644 --- a/ui/src/app/services/patch-db/patch-db.service.ts +++ b/ui/src/app/services/patch-db/patch-db.service.ts @@ -166,9 +166,7 @@ export class PatchDbService { return this.patchConnection$.asObservable() } - watch$: Store['watch$'] = ( - ...args: (string | number)[], - ): Observable => { + watch$: Store['watch$'] = (...args: (string | number)[]): Observable => { const argsString = '/' + args.join('/') console.log('patchDB: WATCHING ', argsString) return this.patchDb.store.watch$(...(args as [])).pipe(