mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-10 18:39:38 -06:00
Update src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts
aplicação de desestruturação de objetos que é uma boa prática do ts Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
parent
58b5561f72
commit
8697329f71
@ -1098,7 +1098,7 @@ export class ChatwootService {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
const remoteJid = bodyForRetry.key.remoteJid;
|
const {remoteJid} = bodyForRetry.key;
|
||||||
const cacheKey = `${instance.instanceName}:createConversation-${remoteJid}`;
|
const cacheKey = `${instance.instanceName}:createConversation-${remoteJid}`;
|
||||||
await this.cache.delete(cacheKey);
|
await this.cache.delete(cacheKey);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user