Fix comment representation

parent 00912ed9
...@@ -47,11 +47,11 @@ module Github ...@@ -47,11 +47,11 @@ module Github
end end
def diff_hunk def diff_hunk
raw_data.diff_hunk raw['diff_hunk']
end end
def file_path def file_path
raw_data.path raw['path']
end end
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment