mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
Merge branch '107279016-reserved_domains' into staging
This commit is contained in:
commit
0c21f9b304
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ namespace :import do
|
|||
:object
|
||||
).find_each(batch_size: 1000).with_index do |x, index|
|
||||
|
||||
next if existing_ids.include?(x.id) || Registrar.find_by(legacy_id: x.object.try(:clid)).try(:name) == 'eedirect'
|
||||
next if existing_ids.include?(x.id) || Registrar.find_by(legacy_id: x.object.try(:clid)).try(:name) != 'eedirect'
|
||||
count += 1
|
||||
|
||||
reserved_domains << ReservedDomain.new({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue