From 5fd39bc7eaa971449d5d5087d21dfe5b5b606696 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sat, 2 Sep 2023 20:09:55 -0300 Subject: [PATCH] fix(azuredeployer.gbapp): Fix in bot booting. --- package.json | 2 +- packages/core.gbapp/services/GBDeployer.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index f8a1cb21..72f7776a 100644 --- a/package.json +++ b/package.json @@ -180,7 +180,7 @@ "vm2-process": "2.1.1", "walk-promise": "0.2.0", "washyourmouthoutwithsoap": "1.0.2", - "whatsapp-web.js": "git://github.com/pedroslopez/whatsapp-web.js#abac063b779570729476cf42e29dc694e5345ca6", + "whatsapp-web.js": "git://github.com/pedroslopez/whatsapp-web.js#b671b0c708f0bc6187ccec078a0f3e9c08db4bce", "winston": "3.8.2", "winston-logs-display": "1.0.0", "ws": "8.12.1", diff --git a/packages/core.gbapp/services/GBDeployer.ts b/packages/core.gbapp/services/GBDeployer.ts index 431a2f9c..87bacd67 100644 --- a/packages/core.gbapp/services/GBDeployer.ts +++ b/packages/core.gbapp/services/GBDeployer.ts @@ -280,7 +280,6 @@ export class GBDeployer implements IGBDeployer { `${publicAddress}/api/messages/${instance.botId}` ); } else { - const botId = GBConfigService.get('BOT_ID'); // Internally create resources on cloud provider.