From 078d604604568b72df410784735f670a1653fe8e Mon Sep 17 00:00:00 2001 From: Timo K Date: Wed, 25 Oct 2023 13:47:02 +0200 Subject: [PATCH] fix lint Signed-off-by: Timo K --- src/room/GroupCallView.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/room/GroupCallView.tsx b/src/room/GroupCallView.tsx index d10130b2..202f8f6e 100644 --- a/src/room/GroupCallView.tsx +++ b/src/room/GroupCallView.tsx @@ -178,7 +178,9 @@ export const GroupCallView: FC = ({ }; if (widget && preload) { // In preload mode, wait for a join action before entering - const onJoin = async (ev: CustomEvent) => { + const onJoin = async ( + ev: CustomEvent, + ): Promise => { defaultDeviceSetup(ev.detail.data as unknown as JoinCallData); enterRTCSession(rtcSession); await Promise.all([