feature: run lint to clean up codebase

This commit is contained in:
foqc 2025-07-15 16:40:17 -05:00
parent 5d0278a589
commit 1ca829c00b

View File

@ -575,10 +575,7 @@ export class ChatwootService {
try {
// Processa atualização de contatos já criados @lid
if (
isLid &&
body.key.senderPn !== body.key.previousRemoteJid
) {
if (isLid && body.key.senderPn !== body.key.previousRemoteJid) {
const contact = await this.findContact(instance, body.key.remoteJid.split('@')[0]);
if (contact && contact.identifier !== body.key.senderPn) {
this.logger.verbose(