mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
woops, typo with last commit
This commit is contained in:
parent
89dcc25364
commit
172afc5f13
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ get '/:uid?', (page, model, {uid}, next) ->
|
|||
preened = _.reject unique, (obj, key) -> #remove empty grey tasks
|
||||
!_.contains(taskIds, key)
|
||||
if original.length != preened.length # issues were indeed found
|
||||
user.set path, _.uniq(user.get(path))
|
||||
user.set path, preened
|
||||
|
||||
# Setup Model Functions
|
||||
model.fn '_user._tnl', '_user.stats.lvl', (lvl) ->
|
||||
|
|
|
|||
Loading…
Reference in a new issue