diff --git a/app/(playground)/p/[agentId]/contexts/execution.tsx b/app/(playground)/p/[agentId]/contexts/execution.tsx index b644042b..11458d42 100644 --- a/app/(playground)/p/[agentId]/contexts/execution.tsx +++ b/app/(playground)/p/[agentId]/contexts/execution.tsx @@ -612,7 +612,6 @@ export function ExecutionProvider({ }, onFinishPerformExecution: (endedAt, durationMs) => onFinishPerformExecutionAction(flowRunStartedAt, endedAt, durationMs), - }); setExecution(finalExecution); }, @@ -681,7 +680,6 @@ export function ExecutionProvider({ }, onFinishPerformExecution: (endedAt, durationMs) => onFinishPerformExecutionAction(flowRunStartedAt, endedAt, durationMs), - }); setExecution(finalExecution); }, @@ -754,7 +752,6 @@ export function ExecutionProvider({ }, onFinishPerformExecution: (endedAt, durationMs) => onFinishPerformExecutionAction(flowRunStartedAt, endedAt, durationMs), - }); setExecution(finalExecution); },