RUBYCRITIC
class Accounts::Contacts::Events::Enqueue - Accounts::Contacts::Events::Enqueue has no descriptive comment
def self.call(event)
if event.chatwoot_message?
Accounts::Apps::Chatwoots::Messages::DeliveryJob.set(wait_until: event.scheduled_at).perform_later(event.id) -
-
elsif event.evolution_api_message?
Accounts::Apps::EvolutionApis::Message::DeliveryJob.set(wait_until: event.scheduled_at).perform_later(event.id)
end
end
end