Fix comment representation

parent 00912ed9
......@@ -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
......
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