Skip to content

Commit 7c4c982

Browse files
committed
placate lint
Signed-off-by: Andrew Thornton <[email protected]>
1 parent 708d7c7 commit 7c4c982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/convert/pull_review.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func ToPullReviewCommentList(review *models.Review, doer *models.User) ([]*api.P
8787
ID: comment.ID,
8888
Body: comment.Content,
8989
Poster: ToUser(comment.Poster, doer),
90-
Resolver: ToUser(comment.ResolveDoer, doer),
90+
Resolver: ToUser(comment.ResolveDoer, doer),
9191
ReviewID: review.ID,
9292
Created: comment.CreatedUnix.AsTime(),
9393
Updated: comment.UpdatedUnix.AsTime(),

0 commit comments

Comments
 (0)