Commit 72c0f3a
committed
fix(chat): remove heuristic fallback from isExecutingFromChat
Use only overrideTriggerType === 'chat' instead of also checking
for 'input' in workflowInput, which can false-positive on manual
executions with workflow input.1 parent 18bdee8 commit 72c0f3a
File tree
1 file changed
+1
-3
lines changed- apps/sim/app/workspace/[workspaceId]/w/[workflowId]/hooks
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1124 | 1124 | | |
1125 | 1125 | | |
1126 | 1126 | | |
1127 | | - | |
1128 | | - | |
1129 | | - | |
| 1127 | + | |
1130 | 1128 | | |
1131 | 1129 | | |
1132 | 1130 | | |
| |||
0 commit comments