spaceship/lib/spaceship/tunes/tunes_client.rb in fastlane-2.69.0.beta.20171204010003 vs spaceship/lib/spaceship/tunes/tunes_client.rb in fastlane-2.69.0.beta.20171205010003
- old
+ new
@@ -751,10 +751,10 @@
# Fetches the User Detail information from ITC. This gets called often and almost never changes
# so we cache it
# @return [UserDetail] the response
def user_detail_data
- @_cached_user_detail_data ||= Spaceship::Tunes::UserDetail.factory(user_details_data)
+ @_cached_user_detail_data ||= Spaceship::Tunes::UserDetail.factory(user_details_data, self)
end
#####################################################
# @!group CandiateBuilds
#####################################################