mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 09:27:19 +02:00
Remove todo-s
This commit is contained in:
parent
3a525b6a11
commit
ad1749c1de
1 changed files with 2 additions and 4 deletions
|
@ -164,8 +164,6 @@ namespace :import do
|
|||
start = Time.now.to_f
|
||||
puts '-----> Importing domains...'
|
||||
|
||||
# domain_status_map = {}
|
||||
|
||||
domain_columns = [
|
||||
"name",
|
||||
"registered_at",
|
||||
|
@ -260,7 +258,7 @@ namespace :import do
|
|||
# admin contacts
|
||||
x.domain_contact_maps.each do |dc|
|
||||
domain_contacts << [
|
||||
'admin', # TODO: Where to get real contact type?
|
||||
'admin',
|
||||
user,
|
||||
user,
|
||||
x.id,
|
||||
|
@ -271,7 +269,7 @@ namespace :import do
|
|||
# tech contacts
|
||||
x.nsset_contact_maps.each do |dc|
|
||||
domain_contacts << [
|
||||
'tech', # TODO: Where to get real contact type?
|
||||
'tech',
|
||||
user,
|
||||
user,
|
||||
x.id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue