Fix github importer to handle empty issues

This commit is contained in:
Arseny Zarechnev 2015-11-17 17:47:39 +00:00
parent 6f6c75cb85
commit e809669383

View file

@ -19,7 +19,7 @@ module Gitlab
if issue.pull_request.nil?
body = @formatter.author_line(issue.user.login)
body += issue.body
body += issue.body || ""
if issue.comments > 0
body += @formatter.comments_header