Skip to content

Commit 9bffb9f

Browse files
authored
fix code response
1 parent c1d7c08 commit 9bffb9f

File tree

1 file changed

+1
-1
lines changed
  • packages/service/core/workflow/dispatch/code

1 file changed

+1
-1
lines changed

packages/service/core/workflow/dispatch/code/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const dispatchRunCode = async (props: RunCodeType): Promise<RunCodeRespon
4242
customOutputs: runResult.data.codeReturn,
4343
codeLog: runResult.data.log
4444
},
45-
...runResult.data
45+
...runResult.data.codeReturn
4646
};
4747
} else {
4848
throw new Error('Run code failed');

0 commit comments

Comments
 (0)