Skip to content

Commit f1796d1

Browse files
committed
fix(start): permission check for executor
1 parent 6f469a7 commit f1796d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/sim/executor/utils/permission-check.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ export async function validateBlockType(
136136
blockType: string,
137137
ctx?: ExecutionContext
138138
): Promise<void> {
139+
if (blockType === 'start_trigger') {
140+
return
141+
}
142+
139143
if (!userId) {
140144
return
141145
}

0 commit comments

Comments
 (0)