switching to Terakilobyte's computer
This commit is contained in:
@ -67,6 +67,8 @@ Array.zip = function(left, right, combinerFunction) {
|
|||||||
});
|
});
|
||||||
challengeMap = _.cloneDeep(localChallengeMap);
|
challengeMap = _.cloneDeep(localChallengeMap);
|
||||||
}
|
}
|
||||||
|
//todo remove this debug
|
||||||
|
debug(challengeMap);
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
@ -606,7 +606,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_id": "af7588ade1100bde429baf20",
|
"_id": "af7588ade1100bde429baf20",
|
||||||
"name" : "Missing letters",
|
"name" : "Bonfire: Missing letters",
|
||||||
"difficulty": "2.05",
|
"difficulty": "2.05",
|
||||||
"description" : [
|
"description" : [
|
||||||
"Find the missing letter in the passed letter range and return it.",
|
"Find the missing letter in the passed letter range and return it.",
|
||||||
|
Reference in New Issue
Block a user