Merge branch 'develop' of github.com:zammad/zammad into develop
This commit is contained in:
commit
5f728f20c3
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class Transaction::Slack
|
|||
result = notifier.ping result[:subject],
|
||||
attachments: [attachment]
|
||||
end
|
||||
if !result.success?
|
||||
if !result.empty? && !result[0].success?
|
||||
if sent_value
|
||||
Cache.delete(cache_key)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue