mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
fix(executor/conditional): fixed typo in the conditional block response format
This commit is contained in:
+1
-2
@@ -913,8 +913,7 @@ export class Executor {
|
||||
return {
|
||||
response: {
|
||||
...((sourceOutput as any)?.response || {}),
|
||||
content: `Condition '${selectedCondition.title}' chosen`,
|
||||
result: conditionMet,
|
||||
conditionResult: conditionMet,
|
||||
selectedPath: {
|
||||
blockId: targetBlock.id,
|
||||
blockType: targetBlock.metadata?.id || '',
|
||||
|
||||
Reference in New Issue
Block a user