Skip to content

Commit

Permalink
fix if correct order
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersoncferreira committed Oct 10, 2021
1 parent fdee424 commit 1a105be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions github-review.el
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,9 @@ This function infers the PR name based on the current filename"
'commit_id head-sha
'event kind))
(review (if (equal nil regular-comments)
(a-assoc partial-review
'comments regular-comments)
partial-review)))
partial-review
(a-assoc partial-review
'comments regular-comments))))

(when (and github-review-reply-inline-comments
reply-comments)
Expand Down

0 comments on commit 1a105be

Please sign in to comment.