Commit 0b4906f4 authored by Cloud User's avatar Cloud User

fix field name

parent f3c36baf
......@@ -1352,7 +1352,7 @@ func Return(c *fiber.Ctx, resAsPb pbUpstream.TaskResponse) error {
TaskError: resAsPb.TaskError,
ExecCode: fmt.Sprintf("%d",resAsPb.TaskResultCode), //resAsPb.TaskResultCode,
//TaskExecuteError
ExeError: resAsPb.TaskExecuteError,
ExecError: resAsPb.TaskExecuteError,
},
Output: resAsPb.GetTaskResultBody(),
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment