Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Log an error to get group profile data
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebarnard1 committed Jan 2, 2018
1 parent 3947a72 commit 479e88c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stores/FlairStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class FlairStore {
try {
profile = await this._groupProfilesPromise[groupId];
} catch (e) {
console.log('Failed to get group profile for ' + groupId, e);
// Don't retry, but allow a retry when the profile is next requested
delete this._groupProfilesPromise[groupId];
return;
Expand Down

0 comments on commit 479e88c

Please sign in to comment.