diff --git a/src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts b/src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts index e44ea86e..058ccd7b 100644 --- a/src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts +++ b/src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts @@ -1098,7 +1098,7 @@ export class ChatwootService { return null; } - const remoteJid = bodyForRetry.key.remoteJid; + const {remoteJid} = bodyForRetry.key; const cacheKey = `${instance.instanceName}:createConversation-${remoteJid}`; await this.cache.delete(cacheKey);