fixed codeclimate error

This commit is contained in:
dinsmol 2021-09-07 09:05:33 +03:00
parent 87a3143823
commit 0ede3c7376

View file

@ -8,7 +8,7 @@ class DomainExpireEmailJob < ApplicationJob
attrs = {
domain: domain,
registrar: domain.registrar,
email: email
email: email,
}
if domain.force_delete_scheduled?