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

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

View file

@ -142,8 +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),
webVersion: '2.2412.50'
puppeteer: GBSSR.preparePuppeteer(localName)
}));
client.on(
'message',