feat: use plainRun.robotMetaId

This commit is contained in:
karishmas6
2024-10-18 00:06:23 +05:30
parent fb9f614d9c
commit fad43918ec

View File

@@ -132,7 +132,7 @@ async function executeRun(id: string) {
});
googleSheetUpdateTasks[id] = {
name: plainRun.name,
robotId: plainRun.robotMetaId,
runId: id,
status: 'pending',
retries: 5,