mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
107279016-condition typo
This commit is contained in:
parent
e5b3495f37
commit
34363ca878
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,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