diff --git a/extensions/google-meet/index.test.ts b/extensions/google-meet/index.test.ts index 58a8e8fb4be4..ddb16784094b 100644 --- a/extensions/google-meet/index.test.ts +++ b/extensions/google-meet/index.test.ts @@ -417,10 +417,7 @@ async function getTwilioVoiceCallCredentialsCheck(params: { }, ); const tool = tools[0] as { - execute: ( - id: string, - params: unknown, - ) => Promise<{ details: { checks?: unknown[] } }>; + execute: (id: string, params: unknown) => Promise<{ details: { checks?: unknown[] } }>; }; const result = await tool.execute("id", { action: "setup_status" });