Skip to content

Commit

Permalink
remove 'comments from review if empty
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersoncferreira committed Oct 10, 2021
1 parent 3d09efc commit a0157b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-review.el
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ This function infers the PR name based on the current filename"
'commit_id head-sha
'event kind))
(review (if (equal nil regular-comments)
partial-review
(a-dissoc partial-review 'comments)
(a-assoc partial-review
'comments regular-comments))))

Expand Down

0 comments on commit a0157b8

Please sign in to comment.