fix(basic.gblib): #411 neutralization.
This commit is contained in:
parent
d5d6bb40a4
commit
afb9844553
1 changed files with 2 additions and 1 deletions
|
@ -142,7 +142,8 @@ export class WhatsappDirectLine extends GBService {
|
||||||
const localName = Path.join('work', path, 'profile');
|
const localName = Path.join('work', path, 'profile');
|
||||||
const createClient = () => {
|
const createClient = () => {
|
||||||
const client = (this.customClient = new Client({
|
const client = (this.customClient = new Client({
|
||||||
puppeteer: GBSSR.preparePuppeteer(localName)
|
puppeteer: GBSSR.preparePuppeteer(localName),
|
||||||
|
webVersion: '2.2412.50'
|
||||||
}));
|
}));
|
||||||
client.on(
|
client.on(
|
||||||
'message',
|
'message',
|
||||||
|
|
Loading…
Add table
Reference in a new issue