chore: pass sdk param true
This commit is contained in:
@@ -430,7 +430,7 @@ router.post("/sdk/robots/:id/execute", requireAPIKey, async (req: AuthenticatedR
|
|||||||
|
|
||||||
logger.info(`[SDK] Starting execution for robot ${robotId}`);
|
logger.info(`[SDK] Starting execution for robot ${robotId}`);
|
||||||
|
|
||||||
const runId = await handleRunRecording(robotId, user.id.toString());
|
const runId = await handleRunRecording(robotId, user.id.toString(), true);
|
||||||
if (!runId) {
|
if (!runId) {
|
||||||
throw new Error('Failed to start robot execution');
|
throw new Error('Failed to start robot execution');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user