Fixed rubocop.
This commit is contained in:
parent
616237d5c7
commit
271c6f933b
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ retrns
|
|||
rescue => e
|
||||
Rails.logger.error "can't run postmaster pre filter #{backend}"
|
||||
Rails.logger.error e.inspect
|
||||
fail e
|
||||
raise e
|
||||
end
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue