mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
fixed codeclimate error
This commit is contained in:
parent
87a3143823
commit
0ede3c7376
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class DomainExpireEmailJob < ApplicationJob
|
||||||
attrs = {
|
attrs = {
|
||||||
domain: domain,
|
domain: domain,
|
||||||
registrar: domain.registrar,
|
registrar: domain.registrar,
|
||||||
email: email
|
email: email,
|
||||||
}
|
}
|
||||||
|
|
||||||
if domain.force_delete_scheduled?
|
if domain.force_delete_scheduled?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue