PLT-3881 Fix websocket errors after leaving the team (#3815)

Этот коммит содержится в:
Corey Hulen
2016-08-17 07:17:44 -08:00
коммит произвёл Joram Wilander
родитель dba2deabb0
Коммит eafc802831
3 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@@ -63,6 +63,10 @@ class TeamStoreClass extends EventEmitter {
return this.currentTeamId;
}
setCurrentId(id) {
this.currentTeamId = id;
}
getCurrent() {
const team = this.teams[this.currentTeamId];