Skip to content

Commit

Permalink
Fix: Baileys Connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Guru322 committed Aug 23, 2024
1 parent c0a8aba commit 7de59b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Guru.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ global.loadDatabase = async function loadDatabase() {
loadDatabase()
global.authFolder = `session`
const { state, saveCreds } = await useMultiFileAuthState(global.authFolder)
let { version, isLatest } = await fetchLatestWaWebVersion()
//let { version, isLatest } = await fetchLatestWaWebVersion()

const connectionOptions = {
version,
version: [2, 3000, 1015901307],
logger: Pino({
level: 'fatal',
}),
Expand Down

0 comments on commit 7de59b4

Please sign in to comment.