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 5707ad3 commit e7653a6Copy full SHA for e7653a6
modules/context/repo.go
@@ -184,7 +184,7 @@ func RepoAssignment() macaron.Handler {
184
earlyResponseForGoGetMeta(ctx)
185
return
186
}
187
- ctx.Handle(404, "GetUserByName", err)
+ ctx.Handle(404, "GetUserByName", nil)
188
} else {
189
ctx.Handle(500, "GetUserByName", err)
190
@@ -206,7 +206,7 @@ func RepoAssignment() macaron.Handler {
206
207
208
209
- ctx.Handle(404, "GetRepositoryByName", err)
+ ctx.Handle(404, "GetRepositoryByName", nil)
210
211
ctx.Handle(500, "LookupRepoRedirect", err)
212
0 commit comments