remove unnecessary variable declaration
This commit is contained in:
@ -142,7 +142,6 @@ exports.getAccount = function(req, res) {
|
|||||||
res.render('account/profile', {
|
res.render('account/profile', {
|
||||||
title: 'Manage your Free Code Camp Account',
|
title: 'Manage your Free Code Camp Account',
|
||||||
c: c,
|
c: c,
|
||||||
u: req.user,
|
|
||||||
cc: req.user.challengesHash,
|
cc: req.user.challengesHash,
|
||||||
moment: moment
|
moment: moment
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user