Lunny Xiao 2025-04-01 14:36:46 -07:00 committed by GitHub
parent 92dfec704f
commit 0668cce4e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 {