mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
revert previous hydrate bit
This commit is contained in:
parent
a70e7599ab
commit
c8a8c466ca
1 changed files with 2 additions and 1 deletions
|
|
@ -63,7 +63,8 @@ score = (model, user, taskId, direction, done) ->
|
|||
misc.batchTxn model, (uObj, paths) ->
|
||||
tObj = uObj.tasks[taskId]
|
||||
delta = algos.score(uObj, tObj, direction, {paths})
|
||||
, {user, done, hydrate: false}
|
||||
, {user, done}
|
||||
#, {user, done, hydrate: false}
|
||||
delta
|
||||
|
||||
###
|
||||
|
|
|
|||
Loading…
Reference in a new issue