Fix line code map omitting replies
This commit is contained in:
parent
c4dbe61a84
commit
ea727862df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue