mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
cleaner view.fn "tnl"
This commit is contained in:
parent
d2837afbd4
commit
b76b1a33f5
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ module.exports.username = username = (auth) ->
|
|||
module.exports.view = (view) ->
|
||||
view.fn "username", (auth) -> username(auth)
|
||||
|
||||
view.fn "tnl", (level) -> algos.tnl(level)
|
||||
view.fn "tnl", algos.tnl
|
||||
|
||||
|
||||
module.exports.app = (appExports, model) ->
|
||||
|
|
|
|||
Loading…
Reference in a new issue