Skip to content

Commit

Permalink
Fix config migration of external deployment to deprecated submission
Browse files Browse the repository at this point in the history
  • Loading branch information
nid90 committed Nov 7, 2024
1 parent 53c690b commit 7646b21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/tasks/one_off/load_v2_config.rake
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ namespace :one_off do
end

def submission_type(deployment)
return unless deployment&.integration

case deployment.integration.providable_type
case deployment.integration&.providable_type
when "GooglePlayStoreIntegration"
"PlayStoreSubmission"
when "AppStoreIntegration"
Expand Down

0 comments on commit 7646b21

Please sign in to comment.