mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
Fix the logic of finding the latest pull review commit ID (#32139)
Fix #31423
This commit is contained in:
@ -83,7 +83,6 @@ func ListPullReviews(ctx *context.APIContext) {
|
||||
|
||||
opts := issues_model.FindReviewOptions{
|
||||
ListOptions: utils.GetListOptions(ctx),
|
||||
Type: issues_model.ReviewTypeUnknown,
|
||||
IssueID: pr.IssueID,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user