]> source.dussan.org Git - gitea.git/commit
Add missed return after `ctx.ServerError` (#31130) (#31133)
authorGiteabot <teabot@gitea.io>
Tue, 28 May 2024 10:47:11 +0000 (18:47 +0800)
committerGitHub <noreply@github.com>
Tue, 28 May 2024 10:47:11 +0000 (12:47 +0200)
commite6bacf1fed57e33fcbbb7d57782bfc5daa8f2fee
tree989223148ebfd7a3d32ff42ee4bdaea79b8366e6
parentd6ae2b3c4e03189f062e5e7cff7b318e384f1409
Add missed return after `ctx.ServerError` (#31130) (#31133)

Backport #31130 by @lunny

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
routers/api/v1/repo/mirror.go
routers/web/admin/repos.go
routers/web/auth/auth.go
routers/web/org/projects.go
routers/web/repo/editor.go