mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 05:38:46 +00:00
fix typo
This commit is contained in:
parent
d3c78bb890
commit
289d288f38
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ dataexport.avatarPage = function(req, res) {
|
|||
User.findById(req.params.uuid).select('stats profile items achievements preferences backer contributor').exec(function(err, user){
|
||||
res.render('avatar-static', {
|
||||
title: user.profile.name,
|
||||
env: _.defaults({user:user}, res.locals.habitrpg);
|
||||
env: _.defaults({user:user}, res.locals.habitrpg)
|
||||
});
|
||||
})
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue