mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +02:00
Story#110308584 - update tests of contact
This commit is contained in:
parent
31604d62d7
commit
872d10b1f5
2 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
class UpdateWhoisRecordJob < Que::Job
|
||||
|
||||
def run(names, type)
|
||||
klass = case type
|
||||
klass = case type.to_s
|
||||
when 'reserved'then ReservedDomain
|
||||
when 'blocked' then BlockedDomain
|
||||
when 'domain' then Domain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue