Browse Source

mod log

tags/v1.21.12.1
yuyuanshifu 4 years ago
parent
commit
079635ccf1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/cloudbrain.go

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

@@ -263,7 +263,7 @@ func CloudBrainDel(ctx *context.Context) {

err = models.DeleteJob(task)
if err != nil {
ctx.ServerError("UpdateJob failed", err)
ctx.ServerError("DeleteJob failed", err)
return
}



Loading…
Cancel
Save