fix rubocop styles

This commit is contained in:
Andy Brett
2020-11-20 10:35:02 -08:00
parent 4e155641fc
commit cd94b23277

View File

@@ -17,8 +17,8 @@ namespace :ofn do
# Reset Proxy Orders of the Order Cycle
# by detatching them from existing orders and resetting placed and confirmed dates
ProxyOrder.find_by(order_cycle_id: order_cycle_id)&.update(order_id: nil,
confirmed_at: nil,
placed_at: nil)
confirmed_at: nil,
placed_at: nil)
# Run placement job to create orders
SubscriptionPlacementJob.new.perform