fix a small nit (#12420)
Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
parent
4d9f59a45d
commit
3585bb73ef
1 changed files with 1 additions and 0 deletions
|
@ -715,6 +715,7 @@ func UpdatePullRequest(ctx *context.Context) {
|
|||
}
|
||||
ctx.Flash.Error(err.Error())
|
||||
ctx.Redirect(ctx.Repo.RepoLink + "/pulls/" + com.ToStr(issue.Index))
|
||||
return
|
||||
}
|
||||
|
||||
time.Sleep(1 * time.Second)
|
||||
|
|
Reference in a new issue