mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
Merge pull request #391 from codigoencasa/fix/wweb-docker
Fix/wweb docker
This commit is contained in:
@@ -24,6 +24,7 @@ class WebWhatsappProvider extends ProviderClass {
|
||||
super()
|
||||
this.vendor = new Client({
|
||||
authStrategy: new LocalAuth(),
|
||||
puppeteer: { headless: true, args: ['--no-sandbox', '--disable-setuid-sandbox', '--unhandled-rejections=strict'] }
|
||||
})
|
||||
|
||||
const listEvents = this.busEvents()
|
||||
|
||||
Reference in New Issue
Block a user