Skip to content

Commit

Permalink
Cascading rollouts are not available on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kitallis committed Nov 12, 2024
1 parent c2f9ba5 commit f64dc4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/models/store_submission.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ def deep_link
nil
end

def finish_rollout_in_next_release?
false
end

def conf = Config::Submission.from_json(config, read_only: true)

protected
Expand Down

0 comments on commit f64dc4a

Please sign in to comment.