Fixed bug: Errors while adding Zendesk attachments to Zammad store fail import.

This commit is contained in:
Thorsten Eckel 2017-08-18 16:02:32 +02:00
parent 1985a6af52
commit 4ddd3ec29b

View file

@ -20,6 +20,8 @@ module Import
},
created_by_id: 1
)
rescue => e
log e.message
end
private