fix check file

This commit is contained in:
Leifer Mendez
2022-01-16 21:29:22 +01:00
parent a21f70af1f
commit 826c5d9bf6

8
app.js
View File

@@ -121,7 +121,13 @@ const withSession = () => {
const withOutSession = () => {
console.log('No tenemos session guardada');
client = new Client();
client = new Client({
puppeteer: {
args: [
'--no-sandbox'
],
}
});
client.on('qr', qr => {
qrcode.generate(qr, { small: true });