We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab5fd4 commit 14f753cCopy full SHA for 14f753c
1 file changed
apps/sim/executor/handlers/trigger/trigger-handler.ts
@@ -43,6 +43,7 @@ export class TriggerBlockHandler implements BlockHandler {
43
const starterOutput = starterState.output
44
45
// Generic handling for webhook triggers - extract provider-specific data
46
+
47
48
// Check if this is a webhook execution with nested structure
49
if (starterOutput.webhook?.data || starterOutput.github) {
0 commit comments