Users can now jump around and continue a linear progression through challenges. Added getstuff for easy debugging
This commit is contained in:
@ -91,7 +91,7 @@ module.exports = {
|
||||
} else {
|
||||
allChallengeIds = [];
|
||||
Object.keys(challengeMapWithIds).forEach(function(key) {
|
||||
allChallengeIds.push(challengeMapWithIds[key].challenges);
|
||||
allChallengeIds.push(challengeMapWithIds[key]);
|
||||
});
|
||||
allChallengeIds = R.flatten(allChallengeIds);
|
||||
}
|
||||
|
Reference in New Issue
Block a user