mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Update 0.Base.ts
This commit is contained in:
@@ -321,8 +321,8 @@ export class WAConnection extends EventEmitter {
|
||||
}
|
||||
}
|
||||
onOpen = resolve
|
||||
this.once ('close', onClose)
|
||||
this.once ('open', onOpen)
|
||||
this.on ('close', onClose)
|
||||
this.on ('open', onOpen)
|
||||
}
|
||||
)
|
||||
.finally(() => {
|
||||
|
||||
Reference in New Issue
Block a user