We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d7c08 commit 9bffb9fCopy full SHA for 9bffb9f
packages/service/core/workflow/dispatch/code/run.ts
@@ -42,7 +42,7 @@ export const dispatchRunCode = async (props: RunCodeType): Promise<RunCodeRespon
42
customOutputs: runResult.data.codeReturn,
43
codeLog: runResult.data.log
44
},
45
- ...runResult.data
+ ...runResult.data.codeReturn
46
};
47
} else {
48
throw new Error('Run code failed');
0 commit comments