Skip to content

Commit

Permalink
Update app/(playground)/p/[agentId]/contexts/execution.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: toyamarinyon <[email protected]>
  • Loading branch information
satococoa and toyamarinyon authored Dec 20, 2024
1 parent 958cd64 commit bdad1d8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions app/(playground)/p/[agentId]/contexts/execution.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -763,13 +763,9 @@ export function ExecutionProvider({
},
});
},
onFinishPerformExecution: async (endedAt, durationMs) => {
await onFinishPerformExecutionAction(
flowRunStartedAt,
endedAt,
durationMs,
);
},
onFinishPerformExecution: (endedAt, durationMs) =>
onFinishPerformExecutionAction(flowRunStartedAt, endedAt, durationMs),

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

0 comments on commit bdad1d8

Please sign in to comment.