fix(basic.gblib): #411 neutralization.

This commit is contained in:
Rodrigo Rodriguez 2024-04-01 12:31:02 -03:00
parent d5d6bb40a4
commit afb9844553

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