mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 05:38:46 +00:00
typo
This commit is contained in:
parent
6e2035eef6
commit
68f5cd1184
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ score = (taskId, direction, times, batch, cron) ->
|
|||
taskObj.history.push { date: +new Date, value: value }
|
||||
taskObj.completed = false
|
||||
batch.set "#{taskPath}.history", taskObj.history
|
||||
batchSet "#{taskObj}.completed", false
|
||||
batch.set "#{taskPath}.completed", false
|
||||
else
|
||||
addPoints() # obviously for delta>0, but also a trick to undo accidental checkboxes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue