Revert "woops, typo with last commit"

This reverts commit 172afc5f13.
This commit is contained in:
Tyler Renelle 2013-01-15 21:28:56 -05:00
parent 172afc5f13
commit d03b4b5477

View file

@ -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, preened
user.set path, _.uniq(user.get(path))
# Setup Model Functions
model.fn '_user._tnl', '_user.stats.lvl', (lvl) ->