forgot to uncomment a line
This commit is contained in:
parent
745e4dea8c
commit
2d4e6e4915
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue