feat: use plainRun.robotMetaId
This commit is contained in:
@@ -132,7 +132,7 @@ async function executeRun(id: string) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
googleSheetUpdateTasks[id] = {
|
googleSheetUpdateTasks[id] = {
|
||||||
name: plainRun.name,
|
robotId: plainRun.robotMetaId,
|
||||||
runId: id,
|
runId: id,
|
||||||
status: 'pending',
|
status: 'pending',
|
||||||
retries: 5,
|
retries: 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user