mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 19:34:31 +00:00
chore: Fix TypeScript errors 2/n.
This commit is contained in:
@@ -33,7 +33,7 @@ export async function runSessionsSendA2AFlow(params: {
|
||||
let latestReply = params.roundOneReply;
|
||||
if (!primaryReply && params.waitRunId) {
|
||||
const waitMs = Math.min(params.announceTimeoutMs, 60_000);
|
||||
const wait = await callGateway({
|
||||
const wait = await callGateway<{ status: string }>({
|
||||
method: "agent.wait",
|
||||
params: {
|
||||
runId: params.waitRunId,
|
||||
|
||||
Reference in New Issue
Block a user