From 150dda16c83a1f27b734430976e83cdc466edda0 Mon Sep 17 00:00:00 2001 From: Timo K Date: Mon, 22 Dec 2025 13:44:24 +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 252c0c8f..5324c65d 100644 --- a/src/state/CallViewModel/CallViewModel.ts +++ b/src/state/CallViewModel/CallViewModel.ts @@ -1503,7 +1503,7 @@ export function createCallViewModel$( ), null, ), - participantCount$: participantCount, + participantCount$: participantCount$, handsRaised$: handsRaised$, reactions$: reactions$, joinSoundEffect$: joinSoundEffect$,