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:
Paul Chavard 2024-04-08 12:10:29 +00:00 committed by GitHub
commit 690422d7d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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