Fix some interaction calls

This commit is contained in:
Alex Sherman 2021-04-26 13:34:16 +05:00
parent 289d06e926
commit c6f0c3f6a7
9 changed files with 30 additions and 25 deletions

View file

@ -6,7 +6,7 @@ module Domains
WhoisRecord.where(domain_id: domain.id).destroy_all
domain.destroy
compose(Domains::Delete::NotifyRegistrar, inputs)
Domains::Delete::NotifyRegistrar.run(inputs.to_h)
end
end
end