Skip to content

Commit 0471b29

Browse files
committed
style: format google-meet index test
68c4cb3 (#109674) landed unformatted, failing check-lint repo-wide.
1 parent bd7b0ad commit 0471b29

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

extensions/google-meet/index.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,7 @@ async function getTwilioVoiceCallCredentialsCheck(params: {
417417
},
418418
);
419419
const tool = tools[0] as {
420-
execute: (
421-
id: string,
422-
params: unknown,
423-
) => Promise<{ details: { checks?: unknown[] } }>;
420+
execute: (id: string, params: unknown) => Promise<{ details: { checks?: unknown[] } }>;
424421
};
425422

426423
const result = await tool.execute("id", { action: "setup_status" });

0 commit comments

Comments
 (0)