mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Bug fix + Url query
This commit is contained in:
@@ -42,7 +42,7 @@ export default class WAConnectionConnector extends WAConnectionValidator {
|
||||
.then(user => {
|
||||
this.startKeepAliveRequest()
|
||||
|
||||
this.conn.on ('error', null)
|
||||
this.conn.removeAllListeners ('error')
|
||||
this.conn.on ('close', () => this.unexpectedDisconnect ('closed'))
|
||||
|
||||
resolve(user)
|
||||
|
||||
Reference in New Issue
Block a user