mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:40:44 +00:00
fix: remove google meet sync await
This commit is contained in:
@@ -315,7 +315,7 @@ export async function handleGoogleMeetNodeHostCommand(paramsJSON?: string | null
|
||||
result = { ok: true };
|
||||
break;
|
||||
case "start":
|
||||
result = await startChrome(params);
|
||||
result = startChrome(params);
|
||||
break;
|
||||
case "status":
|
||||
result = bridgeStatus(params);
|
||||
|
||||
Reference in New Issue
Block a user