Skip to content

Commit

Permalink
Update routers/web/repo/issue_dev.go
Browse files Browse the repository at this point in the history
Co-authored-by: yp05327 <576951401@qq.com>
  • Loading branch information
lunny and yp05327 authored Oct 10, 2024
1 parent 86e4f29 commit f11fc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/web/repo/issue_dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func CreateBranchFromIssue(ctx *context.Context) {

perm, err := access_model.GetUserRepoPermission(ctx, repo, ctx.Doer)
if err != nil {
ctx.ServerError("GetRepositoryByID", err)
ctx.ServerError("GetUserRepoPermission", err)
return
}

Expand Down

0 comments on commit f11fc41

Please sign in to comment.