From 515155e92f4120fd376b0a0c893a8ea0f42d540a Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sun, 23 Jun 2024 14:52:04 -0300 Subject: [PATCH] fix(whatsapp.gblib): Fix in version of webVersionCache. --- packages/whatsapp.gblib/services/WhatsappDirectLine.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/whatsapp.gblib/services/WhatsappDirectLine.ts b/packages/whatsapp.gblib/services/WhatsappDirectLine.ts index e9556a23..1fbd8a53 100644 --- a/packages/whatsapp.gblib/services/WhatsappDirectLine.ts +++ b/packages/whatsapp.gblib/services/WhatsappDirectLine.ts @@ -136,7 +136,7 @@ export class WhatsappDirectLine extends GBService { const minBoot = GBServer.globals.minBoot; // Initialize the browser using a local profile for each bot. const gbaiPath = DialogKeywords.getGBAIPath(this.min.botId); - const webVersion = '2.2411.2'; + const webVersion = '2.2412.51'; const localName = Path.join('work', gbaiPath, 'profile'); const createClient = () => { const client = (this.customClient = new Client({