Browse Source

Merge remote-tracking branch 'origin/V20220328' into fix-462

pull/1888/head
liuzx 3 years ago
parent
commit
56961e8f6e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/api/v1/repo/cloudbrain.go

+ 1
- 1
routers/api/v1/repo/cloudbrain.go View File

@@ -65,7 +65,7 @@ func GetCloudbrainTask(ctx *context.APIContext) {
log.Error("GetJob failed:", err)
return
}
result, err := models.ConvertToJobResultPayload(jobResult.Payload)
result, _ := models.ConvertToJobResultPayload(jobResult.Payload)
if err != nil {
ctx.NotFound(err)
log.Error("ConvertToJobResultPayload failed:", err)


Loading…
Cancel
Save