Skip to content

Commit

Permalink
Better Authentication handling
Browse files Browse the repository at this point in the history
Signed-off-by: Prince Mendiratta <[email protected]>
  • Loading branch information
Prince-Mendiratta committed Jul 29, 2022
1 parent d53723a commit 4705ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BotsApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Boom } from '@hapi/boom'
import P, { Logger } from 'pino'
import makeWASocket, { MessageRetryMap, DisconnectReason, fetchLatestBaileysVersion, makeInMemoryStore, WASocket, proto, Contact } from '@adiwajshing/baileys'
// @ts-ignore
import useRemoteFileAuthState from './core/dbAuth.js'
import { useRemoteFileAuthState } from './core/dbAuth.js'
import fs from 'fs'
import { join } from 'path'
import config from './config'
Expand Down
2 changes: 1 addition & 1 deletion core/dbAuth.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4705ca3

Please sign in to comment.