mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +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 = {
|
||||
domain: domain,
|
||||
registrar: domain.registrar,
|
||||
email: email
|
||||
email: email,
|
||||
}
|
||||
|
||||
if domain.force_delete_scheduled?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue