Skip to content

Commit 576e7eb

Browse files
committed
fix: ignore any, there's nothing else it can be casted as
1 parent cfa03e4 commit 576e7eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/embed/agent-client.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ function EmbedAgentClient({ appConfig }: AppProps) {
5959
await room.localParticipant.setMicrophoneEnabled(true, undefined, {
6060
preConnectBuffer: appConfig.isPreConnectBufferEnabled,
6161
});
62+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
6263
} catch (error: any) {
6364
console.error('Error connecting to agent:', error);
6465
toastAlert({

0 commit comments

Comments
 (0)