From 5c52e7123a23af857766ef31f44715a5919c4bab Mon Sep 17 00:00:00 2001 From: Ryan Gaus Date: Tue, 15 Jul 2025 12:23:27 -0400 Subject: [PATCH 1/2] fix: address eslint warnings --- components/embed-popup/agent-client.tsx | 1 + components/welcome.tsx | 2 +- lib/utils.ts | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/embed-popup/agent-client.tsx b/components/embed-popup/agent-client.tsx index 00f0872..cf7f184 100644 --- a/components/embed-popup/agent-client.tsx +++ b/components/embed-popup/agent-client.tsx @@ -67,6 +67,7 @@ function EmbedFixedAgentClient({ await room.localParticipant.setMicrophoneEnabled(true, undefined, { preConnectBuffer: appConfig.isPreConnectBufferEnabled, }); + // eslint-disable-next-line @typescript-eslint/no-explicit-any } catch (error: any) { console.error('Error connecting to agent:', error); toastAlert({ diff --git a/components/welcome.tsx b/components/welcome.tsx index 25ba0b8..eca12ed 100644 --- a/components/welcome.tsx +++ b/components/welcome.tsx @@ -61,7 +61,7 @@ export default function Welcome() {

- Note: if you'd like to see what the popup style embed looks like in the context of this + Note: if you'd like to see what the popup style embed looks like in the context of this page,{' '}