add time estimates to challenge blocks on map

This commit is contained in:
Quincy Larson
2015-10-12 22:56:10 -07:00
parent 51012bd121
commit f30239fb6c
25 changed files with 61 additions and 33 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;
});