Skip to content

Commit

Permalink
remove require from subscription jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
abdellani committed Dec 22, 2023
1 parent d83060d commit 31ff982
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/jobs/subscription_confirm_job.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require 'order_management/subscriptions/summarizer'

# Confirms orders of unconfirmed proxy orders in recently closed Order Cycles
class SubscriptionConfirmJob < ApplicationJob
def perform
Expand Down
2 changes: 0 additions & 2 deletions app/jobs/subscription_placement_job.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require 'order_management/subscriptions/summarizer'

class SubscriptionPlacementJob < ApplicationJob
def perform
proxy_orders.each do |proxy_order|
Expand Down

0 comments on commit 31ff982

Please sign in to comment.