Flairstore: Fix broken reference
This commit is contained in:
parent
02629d13d9
commit
c48994e981
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class FlairStore extends EventEmitter {
|
||||||
// Return silently to avoid spamming for non-supporting servers
|
// Return silently to avoid spamming for non-supporting servers
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.error('Could not get groups for user', this.props.userId, err);
|
console.error('Could not get groups for user', userId, err);
|
||||||
throw err;
|
throw err;
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
delete this._usersInFlight[userId];
|
delete this._usersInFlight[userId];
|
||||||
|
|
Loading…
Reference in a new issue