From aabd76044b7a4d9bc259f5ff1c76ac1eab3d8682 Mon Sep 17 00:00:00 2001 From: Timo K Date: Wed, 10 Dec 2025 21:25:35 +0100 Subject: [PATCH] fix lint --- src/state/CallViewModel/CallViewModel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/CallViewModel/CallViewModel.ts b/src/state/CallViewModel/CallViewModel.ts index 6a9eadea..aac88a3b 100644 --- a/src/state/CallViewModel/CallViewModel.ts +++ b/src/state/CallViewModel/CallViewModel.ts @@ -428,7 +428,7 @@ export function createCallViewModel$( combineLatest( [ localTransport$.pipe( - catchError((e) => { + catchError((e: unknown) => { logger.info( "dont pass local transport to createConnectionManager$. localTransport$ threw an error", e,