We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e4f29 commit f11fc41Copy full SHA for f11fc41
routers/web/repo/issue_dev.go
@@ -50,7 +50,7 @@ func CreateBranchFromIssue(ctx *context.Context) {
50
51
perm, err := access_model.GetUserRepoPermission(ctx, repo, ctx.Doer)
52
if err != nil {
53
- ctx.ServerError("GetRepositoryByID", err)
+ ctx.ServerError("GetUserRepoPermission", err)
54
return
55
}
56
0 commit comments