eslint: enable object-shorthand
This commit is contained in:
@@ -853,7 +853,7 @@ export default class Client extends EventTarget {
|
||||
}
|
||||
let msg = {
|
||||
command: "JOIN",
|
||||
params: params,
|
||||
params,
|
||||
};
|
||||
return this.roundtrip(msg, (msg) => {
|
||||
switch (msg.command) {
|
||||
|
||||
Reference in New Issue
Block a user