Skip to content

Commit 1ca829c

Browse files
committed
feature: run lint to clean up codebase
1 parent 5d0278a commit 1ca829c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -575,10 +575,7 @@ export class ChatwootService {
575575

576576
try {
577577
// Processa atualização de contatos já criados @lid
578-
if (
579-
isLid &&
580-
body.key.senderPn !== body.key.previousRemoteJid
581-
) {
578+
if (isLid && body.key.senderPn !== body.key.previousRemoteJid) {
582579
const contact = await this.findContact(instance, body.key.remoteJid.split('@')[0]);
583580
if (contact && contact.identifier !== body.key.senderPn) {
584581
this.logger.verbose(

0 commit comments

Comments
 (0)