Flairstore: Fix broken reference

This commit is contained in:
Richard van der Hoff 2017-11-17 13:56:56 +00:00
parent 02629d13d9
commit c48994e981

View file

@ -95,7 +95,7 @@ class FlairStore extends EventEmitter {
// Return silently to avoid spamming for non-supporting servers
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;
}).finally(() => {
delete this._usersInFlight[userId];