refactored

This commit is contained in:
olegphenomenon 2021-11-05 11:42:27 +02:00
parent 64a7e0fb53
commit 59fb12b840
2 changed files with 13 additions and 2 deletions

View file

@ -58,7 +58,6 @@ def prepare_contacts(options)
validation_events_ids = ValidationEvent.where('created_at > ?', time).pluck(:validation_eventable_id)
Contact.where.not(id: validation_events_ids)
# contacts.reject(&:need_to_start_force_delete?) # temporarily commented out code
end
end