Skip to content

Commit

Permalink
Update runner.rb (#21758)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas2808 committed Jan 4, 2024
1 parent 0b50ec8 commit 7970e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigh/lib/sigh/runner.rb
Expand Up @@ -91,7 +91,7 @@ def fetch_profiles
results = Sigh.config[:cached_profiles]
results ||= Spaceship::ConnectAPI::Profile.all(filter: filter, includes: includes)
results.select! do |profile|
profile.bundle_id.identifier == Sigh.config[:app_identifier]
profile.bundle_id&.identifier == Sigh.config[:app_identifier]
end

results = results.find_all do |current_profile|
Expand Down

0 comments on commit 7970e41

Please sign in to comment.