remove pointless client assignment

This commit is contained in:
Erik 2020-04-11 14:31:34 +03:00
parent bda64c6df6
commit 4c2f0d2465

View File

@ -11,8 +11,6 @@ class Observer extends Component {
disabled: opts.disabled
});
this.client = client;
this.name = opts.name;
this.priority = opts.priority || 1;
this.hooks = opts.hooks || [];