Skip to content

Commit

Permalink
Fix BulkDeliveryMethod base class (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
gap777 authored Jan 9, 2025
1 parent 5dc5842 commit a9bae80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/noticed/bulk_delivery_method.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Noticed
class BulkDeliveryMethod < ApplicationJob
class BulkDeliveryMethod < Noticed.parent_class.constantize
include ApiClient
include RequiredOptions

Expand Down

0 comments on commit a9bae80

Please sign in to comment.