diff --git a/app/models/contact.rb b/app/models/contact.rb index a349c948d..5e69f26f1 100644 --- a/app/models/contact.rb +++ b/app/models/contact.rb @@ -179,7 +179,7 @@ class Contact < ApplicationRecord end def self.resolved_contacts - where("contacts.email <> '' OR contacts.phone_number <> '' OR contacts.identifier <> ''") + where(is_verified: true) end def discard_invalid_attrs