Users can now jump around and continue a linear progression through challenges. Added getstuff for easy debugging

This commit is contained in:
terakilobyte
2015-05-20 00:38:25 -04:00
parent a174a1c630
commit 56bae0ca98
4 changed files with 54 additions and 41 deletions

View File

@ -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);
}