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

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,
};
}