mirror of https://github.com/go-gitea/gitea.git
Fix return bug (#34093)
Fix https://github.com/go-gitea/gitea/pull/34031/files#r2021927997pull/34094/head^2
parent
92dfec704f
commit
0668cce4e8
|
@ -119,8 +119,8 @@ func Transfer(ctx *context.APIContext) {
|
|||
ctx.APIError(http.StatusForbidden, err)
|
||||
default:
|
||||
ctx.APIErrorInternal(err)
|
||||
return
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
if ctx.Repo.Repository.Status == repo_model.RepositoryPendingTransfer {
|
||||
|
|
Loading…
Reference in New Issue