mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 12:39:20 +00:00
fix: initialize takes no params
This commit is contained in:
@@ -79,7 +79,7 @@ class Client extends EventEmitter {
|
|||||||
if (this.options.restartOnAuthFail) {
|
if (this.options.restartOnAuthFail) {
|
||||||
// session restore failed so try again but without session to force new authentication
|
// session restore failed so try again but without session to force new authentication
|
||||||
this.options.session = null;
|
this.options.session = null;
|
||||||
this.initialize(this.options);
|
this.initialize();
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user