Compare commits
No commits in common. "281533b1436c633e1b91b2ce51e3f0d96f5ba9dd" and "e120197e3f0e58a1da160c1e6a7cda8ab0f0038a" have entirely different histories.
281533b143
...
e120197e3f
@ -1018,8 +1018,6 @@ func RePublish(ctx *gin.Context) {
|
||||
req.PublishSource = cast.PublishSourceENUM_RePublishType_MANUAL
|
||||
}
|
||||
newCtx := NewCtxWithUserInfo(ctx)
|
||||
service.Success(ctx, req) //FIXME
|
||||
return
|
||||
err = republishCore(ctx, newCtx, req)
|
||||
if err != nil {
|
||||
service.Error(ctx, err)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user