From afb9844553d361f94058779df332cdc0364ac62f Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Mon, 1 Apr 2024 12:31:02 -0300 Subject: [PATCH] fix(basic.gblib): #411 neutralization. --- packages/whatsapp.gblib/services/WhatsappDirectLine.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/whatsapp.gblib/services/WhatsappDirectLine.ts b/packages/whatsapp.gblib/services/WhatsappDirectLine.ts index f3b69d88..925b2a28 100644 --- a/packages/whatsapp.gblib/services/WhatsappDirectLine.ts +++ b/packages/whatsapp.gblib/services/WhatsappDirectLine.ts @@ -142,7 +142,8 @@ export class WhatsappDirectLine extends GBService { const localName = Path.join('work', path, 'profile'); const createClient = () => { const client = (this.customClient = new Client({ - puppeteer: GBSSR.preparePuppeteer(localName) + puppeteer: GBSSR.preparePuppeteer(localName), + webVersion: '2.2412.50' })); client.on( 'message',