fix(basic.gblib): #411 neutralization.

This commit is contained in:
Rodrigo Rodriguez 2024-04-01 12:48:39 -03:00
parent afb9844553
commit 70600569fc

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