mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
style: format google-meet index test
68c4cb31d2 (#109674) landed unformatted, failing check-lint repo-wide.
This commit is contained in:
@@ -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" });
|
||||
|
||||
Reference in New Issue
Block a user