Commit ea727862 authored by Stan Hu's avatar Stan Hu

Fix line code map omitting replies

parent c4dbe61a
......@@ -55,7 +55,7 @@ module BitbucketServer
comments.each do |comment|
new_comments = comment.delete('comments')
workset << new_comments if new_comments
all_comments << Comment.new(comment)
all_comments << Comment.new({ 'comment' => comment})
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