remove pointless client assignment
This commit is contained in:
parent
bda64c6df6
commit
4c2f0d2465
@ -11,8 +11,6 @@ class Observer extends Component {
|
|||||||
disabled: opts.disabled
|
disabled: opts.disabled
|
||||||
});
|
});
|
||||||
|
|
||||||
this.client = client;
|
|
||||||
|
|
||||||
this.name = opts.name;
|
this.name = opts.name;
|
||||||
this.priority = opts.priority || 1;
|
this.priority = opts.priority || 1;
|
||||||
this.hooks = opts.hooks || [];
|
this.hooks = opts.hooks || [];
|
||||||
|
Loading…
Reference in New Issue
Block a user