fix(whatsapp.gblib): Fix in version of webVersionCache.
This commit is contained in:
parent
aa35354a2b
commit
515155e92f
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ export class WhatsappDirectLine extends GBService {
|
||||||
const minBoot = GBServer.globals.minBoot;
|
const minBoot = GBServer.globals.minBoot;
|
||||||
// Initialize the browser using a local profile for each bot.
|
// Initialize the browser using a local profile for each bot.
|
||||||
const gbaiPath = DialogKeywords.getGBAIPath(this.min.botId);
|
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 localName = Path.join('work', gbaiPath, 'profile');
|
||||||
const createClient = () => {
|
const createClient = () => {
|
||||||
const client = (this.customClient = new Client({
|
const client = (this.customClient = new Client({
|
||||||
|
|
Loading…
Add table
Reference in a new issue