0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-12-12 19:19:41 +01:00

Update routers/web/repo/compare.go

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Signed-off-by: badhezi <zlilaharon@gmail.com>
This commit is contained in:
badhezi 2025-10-08 11:56:21 +03:00 committed by GitHub
parent b9c62f2412
commit 7e6d45fd72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -759,7 +759,6 @@ func CompareDiff(ctx *context.Context) {
err := git.GetRepoRawDiffForFile(ci.HeadGitRepo, ci.BaseBranch, ci.HeadBranch, ci.RawDiffType, "", ctx.Resp)
if err != nil {
ctx.ServerError("GetRepoRawDiffForFile", err)
return
}
return
}