Merge pull request #10284 from demarches-simplifiees/fix_typo_in_sidekiq_webhook
Tech: correction d'une typo dans le fichier sidekiq transition
This commit is contained in:
commit
690422d7d4
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