diff options
Diffstat (limited to 'lib/github')
-rw-r--r-- | lib/github/representation/comment.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/github/representation/comment.rb b/lib/github/representation/comment.rb index ac7832ce28b..819e4107118 100644 --- a/lib/github/representation/comment.rb +++ b/lib/github/representation/comment.rb @@ -47,11 +47,11 @@ module Github end def diff_hunk - raw_data.diff_hunk + raw['diff_hunk'] end def file_path - raw_data.path + raw['path'] end end end |