Merge pull request #864 from judsonjuniorr/v2-on-whatsapp-return

Fix on whatsapp number return
This commit is contained in:
Davidson Gomes 2024-09-05 09:20:29 -03:00 committed by GitHub
commit a97a01e0aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2732,7 +2732,7 @@ export class BaileysStartupService extends ChannelStartupService {
exists: true,
jid: cached.remoteJid,
name: contacts.find((c) => c.remoteJid === cached.remoteJid)?.pushName,
number: cached.number,
number: user.number,
};
}