add time estimates to challenge blocks on map

This commit is contained in:
Quincy Larson
2015-10-12 22:56:10 -07:00
parent 8205334744
commit bf17a54b75
23 changed files with 23 additions and 0 deletions

View File

@ -68,6 +68,7 @@ Challenge.destroyAll(function(err, info) {
challenge.suborder = index + 1;
challenge.block = block;
challenge.isBeta = challenge.isBeta || isBeta;
challenge.time = challengeSpec.time;
return challenge;
});