Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
satococoa committed Dec 20, 2024
1 parent 6e1e88d commit c3abe51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/(playground)/p/[agentId]/contexts/execution.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,6 @@ export function ExecutionProvider({
},
onFinishPerformExecution: (endedAt, durationMs) =>
onFinishPerformExecutionAction(flowRunStartedAt, endedAt, durationMs),

});
setExecution(finalExecution);
},
Expand Down Expand Up @@ -681,7 +680,6 @@ export function ExecutionProvider({
},
onFinishPerformExecution: (endedAt, durationMs) =>
onFinishPerformExecutionAction(flowRunStartedAt, endedAt, durationMs),

});
setExecution(finalExecution);
},
Expand Down Expand Up @@ -754,7 +752,6 @@ export function ExecutionProvider({
},
onFinishPerformExecution: (endedAt, durationMs) =>
onFinishPerformExecutionAction(flowRunStartedAt, endedAt, durationMs),

});
setExecution(finalExecution);
},
Expand Down

0 comments on commit c3abe51

Please sign in to comment.