From 946df31d70d28306ea43a34668d0a81fc273019e Mon Sep 17 00:00:00 2001 From: "@Zam" <141449338+AzamiJs@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:34:38 -0600 Subject: [PATCH] Update main --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 493b23125f..0ec419205b 100644 --- a/main.js +++ b/main.js @@ -143,7 +143,7 @@ const connectionOptions = { logger: pino({ level: 'silent' }), printQRInTerminal: opcion == '1' ? true : methodCodeQR ? true : false, mobile: MethodMobile, -browser: opcion == '1' ? ['TheMystic-Bot-MD', 'Safari', '2.0.0'] : methodCodeQR ? ['TheMystic-Bot-MD', 'Safari', '2.0.0'] : ['Ubuntu', 'Chrome', '110.0.5585.95'], +browser: opcion == '1' ? ['TheMystic-Bot-MD', 'Safari', '2.0.0'] : methodCodeQR ? ['TheMystic-Bot-MD', 'Safari', '2.0.0'] : ['Ubuntu', 'Chrome', '20.0.04'], auth: { creds: state.creds, keys: makeCacheableSignalKeyStore(state.keys, Pino({ level: "fatal" }).child({ level: "fatal" })),