mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
typo
This commit is contained in:
parent
e198bac475
commit
de1f056af8
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ router.put('/user/task/:id/sort', auth.auth, cron, verifyTaskExists, user.sortTa
|
|||
router.post('/user/clear-completed', auth.auth, cron, user.clearCompleted);
|
||||
router.post('/user/task/:id/unlink', auth.auth, challenges.unlink); // removing cron since they may want to remove task first
|
||||
if (nconf.get('NODE_ENV') == 'development') {
|
||||
console.log("env")
|
||||
router.post('/user/addTenGems', auth.auth, user.addTenGems);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue