mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	fix a small nit (#12420)
Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
		@@ -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 New Issue
	
	Block a user