Compare commits
3 Commits
3096d9f35e
...
1bf7c7f457
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1bf7c7f457 | ||
|
|
a78fda9661 | ||
|
|
979e050108 |
@ -1081,11 +1081,9 @@ func republishCore(gCtx *gin.Context, newCtx context.Context, req *cast.RePublis
|
||||
zap.L().Error("RePublish UpsertTaskList failed", zap.Error(err))
|
||||
return err
|
||||
}
|
||||
//FIXME
|
||||
fmt.Println(resp)
|
||||
/* if err = PublishWork(newCtx, &cast.PublishReq{WorkUuids: resp.WorkUuids}); err != nil {
|
||||
if err = PublishWork(newCtx, &cast.PublishReq{WorkUuids: resp.WorkUuids}); err != nil {
|
||||
return err
|
||||
}*/
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user