mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 12:48:52 +00:00
Removed var assignment that is never reached
This commit is contained in:
parent
944cef4d44
commit
68f764bca6
1 changed files with 0 additions and 1 deletions
|
|
@ -211,7 +211,6 @@ api.create = function(req, res, next) {
|
|||
if (err == 'Already in a party, try refreshing.') return res.json(400,{err:err});
|
||||
if (err) return next(err);
|
||||
return res.json(populated);
|
||||
group = user = null;
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue