forgot to uncomment a line

This commit is contained in:
Maxwell Salzberg 2011-11-04 16:04:37 -07:00
parent 745e4dea8c
commit 2d4e6e4915

View file

@ -30,7 +30,7 @@ class Services::Facebook < Service
def finder(opts = {})
Rails.logger.debug("event=friend_finder type=facebook sender_id=#{self.user_id}")
#prevent_service_users_from_being_empty
prevent_service_users_from_being_empty
result = if opts[:local]
self.service_users.with_local_people
elsif opts[:remote]