Skip to content

Commit a0822dc

Browse files
committed
ran lint
1 parent 1c463ac commit a0822dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/sim/executor/execution/block-executor.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ export class BlockExecutor {
8080
const startTime = performance.now()
8181
let resolvedInputs: Record<string, any> = {}
8282

83-
const nodeMetadata = { ...this.buildNodeMetadata(node), executionOrder: blockLog?.executionOrder }
83+
const nodeMetadata = {
84+
...this.buildNodeMetadata(node),
85+
executionOrder: blockLog?.executionOrder,
86+
}
8487
let cleanupSelfReference: (() => void) | undefined
8588

8689
if (block.metadata?.id === BlockType.HUMAN_IN_THE_LOOP) {

0 commit comments

Comments
 (0)