Fixed bug: Errors while adding Zendesk attachments to Zammad store fail import.
This commit is contained in:
parent
1985a6af52
commit
4ddd3ec29b
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ module Import
|
||||||
},
|
},
|
||||||
created_by_id: 1
|
created_by_id: 1
|
||||||
)
|
)
|
||||||
|
rescue => e
|
||||||
|
log e.message
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
Loading…
Reference in a new issue