Fix line code map omitting replies

This commit is contained in:
Stan Hu 2018-06-28 01:21:28 -07:00
parent c4dbe61a84
commit ea727862df
1 changed files with 1 additions and 1 deletions

View File

@ -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