mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +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
|
start = Time.now.to_f
|
||||||
puts '-----> Importing domains...'
|
puts '-----> Importing domains...'
|
||||||
|
|
||||||
# domain_status_map = {}
|
|
||||||
|
|
||||||
domain_columns = [
|
domain_columns = [
|
||||||
"name",
|
"name",
|
||||||
"registered_at",
|
"registered_at",
|
||||||
|
@ -260,7 +258,7 @@ namespace :import do
|
||||||
# admin contacts
|
# admin contacts
|
||||||
x.domain_contact_maps.each do |dc|
|
x.domain_contact_maps.each do |dc|
|
||||||
domain_contacts << [
|
domain_contacts << [
|
||||||
'admin', # TODO: Where to get real contact type?
|
'admin',
|
||||||
user,
|
user,
|
||||||
user,
|
user,
|
||||||
x.id,
|
x.id,
|
||||||
|
@ -271,7 +269,7 @@ namespace :import do
|
||||||
# tech contacts
|
# tech contacts
|
||||||
x.nsset_contact_maps.each do |dc|
|
x.nsset_contact_maps.each do |dc|
|
||||||
domain_contacts << [
|
domain_contacts << [
|
||||||
'tech', # TODO: Where to get real contact type?
|
'tech',
|
||||||
user,
|
user,
|
||||||
user,
|
user,
|
||||||
x.id,
|
x.id,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue