fix(executor/conditional): fixed typo in the conditional block response format

This commit is contained in:
Waleed Latif
2025-02-24 11:22:28 -08:00
parent 1ad9746b2b
commit b2d92d7855
+1 -2
View File
@@ -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 || '',