this works, but does not work until I restart the server for some reason

This commit is contained in:
Michael Q Larson
2014-12-30 16:26:25 -08:00
parent ca75b1323c
commit 8a9905becf
2 changed files with 7 additions and 7 deletions

View File

@ -141,8 +141,8 @@ exports.getAccount = function(req, res) {
}
res.render('account/profile', {
title: 'Manage your Free Code Camp Account',
cc: c,
ch: req.user.challengesHash,
c: c,
cc: req.user.challengesHash,
moment: moment
});
});