lib/client: fix typo
That one turned out to be surprisingly tricky to dig out.
This commit is contained in:
@@ -148,7 +148,7 @@ export default class Client extends EventTarget {
|
|||||||
constructor(params) {
|
constructor(params) {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
this.handleOneline = this.handleOnline.bind(this);
|
this.handleOnline = this.handleOnline.bind(this);
|
||||||
|
|
||||||
this.params = { ...this.params, ...params };
|
this.params = { ...this.params, ...params };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user