We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fec2e commit bc3de08Copy full SHA for bc3de08
src/whatsapp/event-handler/login-event-handler.ts
@@ -76,8 +76,8 @@ export default class LoginEventHandler extends WhatsAppBase { // FIXME: I have n
76
log.verbose(PRE, 'onWhatsAppReady()')
77
this.hasLogin = true
78
this.clearQrcodeOrLoginCheckTimer()
79
+ const whatsapp = this.getWhatsAppClient()
80
try {
- const whatsapp = this.getWhatsAppClient()
81
this.botId = whatsapp.info.wid._serialized
82
await this.manager.initCache(this.botId)
83
} catch (error) {
0 commit comments