Updating client dependancies and ESLint (#2954)
* Updating client dependancies * Fixing eslint errors with updates * Updating eslint
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
a3cfdf0483
Коммит
4b260b761a
@@ -290,7 +290,7 @@ class ChannelStoreClass extends EventEmitter {
|
||||
}
|
||||
|
||||
leaveChannel(id) {
|
||||
delete this.channelMembers[id];
|
||||
Reflect.deleteProperty(this.channelMembers, id);
|
||||
const element = this.channels.indexOf(id);
|
||||
if (element > -1) {
|
||||
this.channels.splice(element, 1);
|
||||
|
||||
Ссылка в новой задаче
Block a user