More work towards unifying timestamps

This commit is contained in:
Nathan Leniz
2015-03-28 12:22:08 +09:00
parent eb96d2cb02
commit 338d87424c
4 changed files with 7 additions and 1 deletions

View File

@ -172,6 +172,7 @@ module.exports = {
var date2 = new Date();
var progressTimestamps = req.user.progressTimestamps;
var now = Date.now() || 0;
if (req.user.pointsNeedMigration) {
var challengesHash = req.user.challengesHash;
for (var key in challengesHash) {