Commit 6408cd00 authored by Stan Hu's avatar Stan Hu

Use raw_comment

parent dd937377
...@@ -84,15 +84,15 @@ module BitbucketServer ...@@ -84,15 +84,15 @@ module BitbucketServer
end end
def author def author
raw.dig('comment', 'author') raw_comment['author']
end end
def created_date def created_date
raw.dig('comment', 'createdDate') raw_comment['createdDate']
end end
def updated_date def updated_date
raw.dig('comment', 'updatedDate') raw_comment['updatedDate']
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