fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 1144d0f640 - Show all commits

View file

@ -208,13 +208,11 @@ export class WhatsappDirectLine extends GBService {
GBLog.info(`WhatsApp QR Code authenticated for ${this.botId}.`);
});
};
await (createClient.bind(this))(this.browserWSEndpoint);
client.initialize();
await client.initialize();
setUrl = false;
}