diff --git a/github-review.el b/github-review.el index 3a6fbf6..f4f7204 100644 --- a/github-review.el +++ b/github-review.el @@ -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))))