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
|
self.queue_adapter = :sidekiq
|
||||||
end
|
end
|
||||||
|
|
||||||
class WebhookJob < ApplicationJob
|
class WebHookJob < ApplicationJob
|
||||||
self.queue_adapter = :sidekiq
|
self.queue_adapter = :sidekiq
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue