There was an error while loading. Please reload this page.
1 parent 675f03c commit bea80aaCopy full SHA for bea80aa
1 file changed
app/lib/github.rb
@@ -71,7 +71,7 @@ def update_comment(comment_id, content)
71
72
# Add a reaction to the comment that triggered this responder
73
def react_to_comment(reaction = "+1")
74
- if context.comment_id.present?
+ if context.comment_id
75
github_client.create_issue_comment_reaction(context.repo, context.comment_id, reaction)
76
end
77
0 commit comments