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

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

View file

@ -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',