Skip to content

Commit 99634ae

Browse files
committed
fix type issue
1 parent 8e80682 commit 99634ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/sim/executor/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ export interface ExecutionContext {
337337
items?: any[]
338338
condition?: string
339339
skipFirstConditionCheck?: boolean
340+
skippedAtStart?: boolean
340341
loopType?: 'for' | 'forEach' | 'while' | 'doWhile'
341342
}
342343
>

0 commit comments

Comments
 (0)