Chatwoot/app/jobs/agent_bots/webhook_job.rb

4 lines
62 B
Ruby
Raw Normal View History

class AgentBots::WebhookJob < WebhookJob
queue_as :bots
end