seems to attempt to write timestamp

This commit is contained in:
Michael Q Larson
2014-11-24 18:07:03 -08:00
parent 7de6ebe17f
commit 06fe5390ba
6 changed files with 133 additions and 127 deletions

View File

@@ -19,7 +19,7 @@ exports.returnChallenge = function(req, res, next) {
video: c.video,
time: c.time,
steps: c.steps,
cc: req.user.challengesCompleted
cc: req.user.challengesHash
});
});
};