mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-24 17:38:40 -06:00
feature: run lint to clean up codebase
This commit is contained in:
parent
5d0278a589
commit
1ca829c00b
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user