Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
getAllActiveChallenges: (token) => {
const uuid = shortid();
dispatch(actions.challengeListing.getAllActiveChallengesInit(uuid));
dispatch(actions.challengeListing.getAllActiveChallengesDone(uuid, token));
},
};
getAllActiveChallenges: (token) => {
const uuid = shortid();
dispatch(actions.challengeListing.getAllActiveChallengesInit(uuid));
dispatch(actions.challengeListing.getAllActiveChallengesDone(uuid, token));
},
};