Skip to content

Commit

Permalink
fix code response
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Jun 1, 2024
1 parent c1d7c08 commit 9bffb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/service/core/workflow/dispatch/code/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const dispatchRunCode = async (props: RunCodeType): Promise<RunCodeRespon
customOutputs: runResult.data.codeReturn,
codeLog: runResult.data.log
},
...runResult.data
...runResult.data.codeReturn
};
} else {
throw new Error('Run code failed');
Expand Down

0 comments on commit 9bffb9f

Please sign in to comment.