mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 04:58:29 +02:00
Typo fix #2595
This commit is contained in:
parent
0bb95d96bf
commit
ce49a7aef2
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ class Epp::Domain < Domain
|
||||||
return dt
|
return dt
|
||||||
rescue => _e
|
rescue => _e
|
||||||
add_epp_error('2306', nil, nil, I18n.t('action_failed_due_to_server_error'))
|
add_epp_error('2306', nil, nil, I18n.t('action_failed_due_to_server_error'))
|
||||||
logger.error(e)
|
logger.error(_e)
|
||||||
raise ActiveRecord::Rollback
|
raise ActiveRecord::Rollback
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue