Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove comments
  • Loading branch information
icecrasher321 committed Nov 26, 2025
commit 5d53633c7fd8d3ef26a83ca46a18ad942f0a2dbe
1 change: 0 additions & 1 deletion apps/sim/app/api/workflows/[id]/execute/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ export async function POST(req: NextRequest, { params }: { params: Promise<{ id:
: await loadDeployedWorkflowState(workflowId)

if (workflowData) {
// Cache the loaded data to avoid reloading in executeWorkflowCore
cachedWorkflowData = {
blocks: workflowData.blocks,
edges: workflowData.edges,
Expand Down