Skip to content

Commit 0668cce

Browse files
authored
1 parent 92dfec7 commit 0668cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/api/v1/repo/transfer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ func Transfer(ctx *context.APIContext) {
119119
ctx.APIError(http.StatusForbidden, err)
120120
default:
121121
ctx.APIErrorInternal(err)
122-
return
123122
}
123+
return
124124
}
125125

126126
if ctx.Repo.Repository.Status == repo_model.RepositoryPendingTransfer {

0 commit comments

Comments
 (0)