From aa7bd933e044158a509c5d732cda13b16b1fe15a Mon Sep 17 00:00:00 2001 From: Vladimir Krylov Date: Thu, 10 Dec 2015 13:54:30 +0200 Subject: [PATCH] Story#108521790 - add tech contacts relation to domain history --- lib/tasks/import_history.rake | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/tasks/import_history.rake b/lib/tasks/import_history.rake index ba810b4ae..97a791085 100644 --- a/lib/tasks/import_history.rake +++ b/lib/tasks/import_history.rake @@ -130,11 +130,11 @@ namespace :import do object_changes: changes, created_at: time, children: { - admin_contacts: [responder.get_admin_contact_new_ids], - tech_contacts: [responder.get_tech_contact_new_ids], - nameservers: [], - dnskeys: [], - registrant: [responder.new_registrant_id] + admin_contacts: responder.get_admin_contact_new_ids, + tech_contacts: responder.get_tech_contact_new_ids, + nameservers: [], + dnskeys: [], + registrant: [responder.new_registrant_id] } )