fix: typo in sidekiq transition
This commit is contained in:
parent
77715569ed
commit
0f07beffe4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ if Rails.env.production? && SIDEKIQ_ENABLED
|
|||
self.queue_adapter = :sidekiq
|
||||
end
|
||||
|
||||
class WebhookJob < ApplicationJob
|
||||
class WebHookJob < ApplicationJob
|
||||
self.queue_adapter = :sidekiq
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue