diff --git a/pkg/service/cast/work.go b/pkg/service/cast/work.go index 67af184c..f724bc9c 100644 --- a/pkg/service/cast/work.go +++ b/pkg/service/cast/work.go @@ -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 }