Update routers/api/v1/repo/pull.go

Co-authored-by: yp05327 <576951401@qq.com>
This commit is contained in:
Lunny Xiao 2024-04-16 10:00:48 +08:00 committed by GitHub
parent 63093769f2
commit ef37b8cf2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ func ListPullRequests(ctx *context.APIContext) {
}
issueList, err := prs.LoadIssues(ctx)
if err != nil {
ctx.Error(http.StatusInternalServerError, "LoadAttributes", err)
ctx.Error(http.StatusInternalServerError, "LoadIssues", err)
return
}