Skip to content

Commit

Permalink
fix(basic.gblib): #411 neutralization.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Apr 1, 2024
1 parent afb9844 commit 7060056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/whatsapp.gblib/services/WhatsappDirectLine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7060056

Please sign in to comment.