diff --git a/app/api/mobile/api.rb b/app/api/mobile/api.rb index 69bd4d44..0be7d4b2 100644 --- a/app/api/mobile/api.rb +++ b/app/api/mobile/api.rb @@ -110,6 +110,7 @@ module Mobile end third_party_user_id = session[:third_party_user_id] + Rails.logger.info("#########third_party_user_id: #{third_party_user_id}") if third_party_user_id c_user = UserSource.find_by_id(session[:third_party_user_id]) return c_user.user if c_user