RUBYCRITIC
class Accounts::Apps::Chatwoots::Webhooks::Events::Contact - Accounts::Apps::Chatwoots::Webhooks::Events::Contact has no descriptive comment
def self.call(chatwoot, webhook)
return Accounts::Apps::Chatwoots::Webhooks::ImportContact.call(chatwoot, webhook['id'])
end
end