Unused class clean-up

This commit is contained in:
Alex Sherman 2020-11-24 13:26:38 +05:00
parent cb3cf37331
commit 89c5413fc7
2 changed files with 1 additions and 7 deletions

View file

@ -1,6 +0,0 @@
class DomainDeleteConfirmEmailJob < Que::Job
# def run(domain_id)
# domain = Domain.find(domain_id)
# DomainDeleteConfirmInteraction::SendRequest.run(domain: domain)
# end
end

View file

@ -70,6 +70,6 @@ class Whois::RecordTest < ActiveSupport::TestCase
end end
def registration_deadline def registration_deadline
Time.zone.now + 10.days @registration_deadline ||= Time.zone.now + 10.days
end end
end end