Fix github importer to handle empty issues
This commit is contained in:
parent
6f6c75cb85
commit
e809669383
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue