Skip to content

Commit a999603

Browse files
committed
fix: resolve merge markers in whatsapp service
1 parent 35ee2fe commit a999603

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -626,14 +626,7 @@ export class BaileysStartupService extends ChannelStartupService {
626626
this.logger.info(`Phone number: ${number}`);
627627
}
628628

629-
<<<<<<< HEAD
630-
// Multi-Device mode: não definimos browser para evitar ser tratado como WebClient
631-
// Isso faz o Baileys usar o modo MD nativo, que não conflita com outras sessões
632-
this.logger.info('Using Multi-Device native mode (no browser identification)');
633-
634629
// Fetch latest WhatsApp Web version automatically
635-
=======
636-
>>>>>>> 6b18bc21 (chore: remove unused deploy files and cleanup whatsapp service)
637630
const baileysVersion = await fetchLatestWaWebVersion({});
638631
const version = baileysVersion.version;
639632

0 commit comments

Comments
 (0)