mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 18:22:21 +00:00
Remove extra newline
This commit is contained in:
parent
81b14cfac6
commit
4d3db53bef
1 changed files with 0 additions and 1 deletions
|
|
@ -195,7 +195,6 @@ scoreTask = (req, res, next) ->
|
|||
router.post '/user/task/:taskId/:direction', auth, scoreTask
|
||||
router.post '/user/tasks/:taskId/:direction', auth, scoreTask
|
||||
|
||||
|
||||
module.exports = router
|
||||
module.exports.auth = auth
|
||||
module.exports.scoreTask = scoreTask # export so deprecated can call it
|
||||
|
|
|
|||
Loading…
Reference in a new issue