Iminimal lint-fixes to make develop CI build

This commit is contained in:
David Baker 2019-01-16 13:57:18 +00:00
parent 66a6f9d322
commit 4da4e0c37a
5 changed files with 5 additions and 5 deletions

View file

@ -61,7 +61,7 @@ export default class CommunityProvider extends AutocompleteProvider {
if (command) {
const joinedGroups = cli.getGroups().filter(({myMembership}) => myMembership === 'join');
const groups = (await Promise.all(joinedGroups.map(async({groupId}) => {
const groups = (await Promise.all(joinedGroups.map(async ({groupId}) => {
try {
return FlairStore.getGroupProfileCached(cli, groupId);
} catch (e) { // if FlairStore failed, fall back to just groupId