Skip to content

Commit 5e143b6

Browse files
committed
improve style
1 parent c0e6d80 commit 5e143b6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apps/sim/executor/utils/subflow-utils.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ export async function emitSubflowSuccessEvents(
410410
blockType: 'loop' | 'parallel',
411411
output: { results: any[] },
412412
contextExtensions: ContextExtensions | null
413-
): Promise<string> {
413+
): Promise<void> {
414414
const now = new Date().toISOString()
415415
const executionOrder = getNextExecutionOrder(ctx)
416416
const block = ctx.workflow?.blocks.find((b) => b.id === blockId)
@@ -452,6 +452,4 @@ export async function emitSubflowSuccessEvents(
452452
})
453453
}
454454
}
455-
456-
return blockName
457455
}

0 commit comments

Comments
 (0)