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 0f4ca09 commit 1235dbcCopy full SHA for 1235dbc
models/issues/review_list.go
@@ -206,5 +206,5 @@ func GetReviewsByIssueID(ctx context.Context, issueID int64) (ReviewList, Review
206
return teamReviewRequests[i].UpdatedUnix < teamReviewRequests[j].UpdatedUnix
207
})
208
209
- return append(teamReviewRequests, teamReviewRequests...), originalReviewers, nil
+ return append(mergedReviews, teamReviewRequests...), originalReviewers, nil
210
}
0 commit comments