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))
|
zap.L().Error("RePublish UpsertTaskList failed", zap.Error(err))
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
//FIXME
|
if err = PublishWork(newCtx, &cast.PublishReq{WorkUuids: resp.WorkUuids}); err != nil {
|
||||||
fmt.Println(resp)
|
|
||||||
/* if err = PublishWork(newCtx, &cast.PublishReq{WorkUuids: resp.WorkUuids}); err != nil {
|
|
||||||
return err
|
return err
|
||||||
}*/
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user