Skip to content

Commit

Permalink
call the cops
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Nov 9, 2024
1 parent dd10886 commit ec4ddb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/migrate_resources_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def perform(models: ['AdminSet', 'Collection'], ids: [])
else
ids.each do |id|
migrate(id)
end
end
end
raise errors.inspect if errors.present?
end
Expand Down

0 comments on commit ec4ddb0

Please sign in to comment.