Updated

app/use_cases/accounts/apps/chatwoots/webhooks/events / conversation_updated.rb

A
6 lines of codes
1 methods
3.7 complexity/method
2 churn
3.74 complexity
0 duplications
class Accounts::Apps::Chatwoots::Webhooks::Events::ConversationUpdated
  1. Accounts::Apps::Chatwoots::Webhooks::Events::ConversationUpdated has no descriptive comment
def self.call(chatwoot, webhook) contact = Accounts::Apps::Chatwoots::Webhooks::ImportContact.call(chatwoot, webhook['contact_inbox']['contact_id']) return { ok: contact } end end