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

Use raw_comment

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