PLT-3881 Fix websocket errors after leaving the team (#3815)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
dba2deabb0
Коммит
eafc802831
@@ -63,6 +63,10 @@ class TeamStoreClass extends EventEmitter {
|
||||
return this.currentTeamId;
|
||||
}
|
||||
|
||||
setCurrentId(id) {
|
||||
this.currentTeamId = id;
|
||||
}
|
||||
|
||||
getCurrent() {
|
||||
const team = this.teams[this.currentTeamId];
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user