style: format google-meet index test

68c4cb31d2 (#109674) landed unformatted, failing check-lint repo-wide.
This commit is contained in:
Peter Steinberger
2026-07-17 02:14:31 -07:00
parent bd7b0ad85f
commit 0471b293bb
+1 -4
View File
@@ -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" });