diff --git a/src/api/services/channels/whatsapp.baileys.service.ts b/src/api/services/channels/whatsapp.baileys.service.ts index 7c1ad4a4..ce19ffac 100644 --- a/src/api/services/channels/whatsapp.baileys.service.ts +++ b/src/api/services/channels/whatsapp.baileys.service.ts @@ -2656,7 +2656,7 @@ export class BaileysStartupService extends ChannelStartupService { return { exists: !!numberVerified?.exists, jid: numberJid, - name: contacts.find((c) => c.id === numberJid)?.pushName, + name: contacts.find((c) => c.remoteJid === numberJid)?.pushName, number: user.number, }; }),