mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-18 12:14:32 +00:00
fix(ci): clean poll-timeout test merge artifact
This commit is contained in:
@@ -37,8 +37,6 @@ async function pollSession(
|
||||
...(timeout === undefined ? {} : { timeout }),
|
||||
} as unknown as Parameters<ReturnType<typeof createProcessTool>["execute"]>[1];
|
||||
return processTool.execute(callId, args);
|
||||
} as unknown as Parameters<ReturnType<typeof createProcessTool>["execute"]>[1];
|
||||
return processTool.execute(callId, args);
|
||||
}
|
||||
|
||||
function retryMs(result: Awaited<ReturnType<ReturnType<typeof createProcessTool>["execute"]>>) {
|
||||
|
||||
Reference in New Issue
Block a user