Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
getCommunityStats: (community, challenges, token) => {
const uuid = shortid();
const a = actions.stats;
dispatch(a.getCommunityStatsInit(community, uuid));
dispatch(a.getCommunityStatsDone(community, uuid, challenges, token));
},
getAllActiveChallenges: (token) => {
getCommunityStats: (community, challenges, token) => {
const uuid = shortId();
const a = actions.stats;
dispatch(a.getCommunityStatsInit(community, uuid));
dispatch(a.getCommunityStatsDone(community, uuid, challenges, token));
},
getMemberAchievements: (handle) => {