fix: typo in sidekiq transition

This commit is contained in:
simon lehericey 2024-04-08 12:15:46 +02:00
parent 77715569ed
commit 0f07beffe4
No known key found for this signature in database
GPG key ID: CDE670D827C7B3C5

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