mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	Fix return bug (#34093)
Fix https://github.com/go-gitea/gitea/pull/34031/files#r2021927997
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user