diff --git a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts index 5e165f0c..89347790 100644 --- a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts +++ b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts @@ -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, }; }