spaceship/lib/spaceship/test_flight/build_trains.rb in fastlane-2.126.0.beta.20190606200048 vs spaceship/lib/spaceship/test_flight/build_trains.rb in fastlane-2.126.0.beta.20190607200028
- old
+ new
@@ -11,10 +11,10 @@
# It is the responsibility of Build to lazy-load the necessary properties.
#
# See `Spaceship::TestFlight::Build#reload`
def self.all(app_id: nil, platform: nil, retry_count: 3)
- client = Spaceship::ConnectAPI::Base.client
+ client = Spaceship::ConnectAPI::TestFlight.client
builds = []
included = []
cursor = nil