Skip to content

Commit e50140d

Browse files
lunnyyp05327
andcommitted
Update routers/api/v1/repo/pull.go
Co-authored-by: yp05327 <[email protected]>
1 parent 4b85ef7 commit e50140d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/api/v1/repo/pull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func ListPullRequests(ctx *context.APIContext) {
123123
}
124124
issueList, err := prs.LoadIssues(ctx)
125125
if err != nil {
126-
ctx.Error(http.StatusInternalServerError, "LoadAttributes", err)
126+
ctx.Error(http.StatusInternalServerError, "LoadIssues", err)
127127
return
128128
}
129129

0 commit comments

Comments
 (0)