0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-06 20:49:12 +02:00

Merge branch 'lunny/performance_api_pull_request_list' of github.com:lunny/gitea into lunny/performance_api_pull_request_list

This commit is contained in:
Lunny Xiao 2024-04-16 10:35:55 +08:00
commit b1780fd50b

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
}