mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
fix an outdated comment
This commit is contained in:
parent
262340147d
commit
fd0176f4fc
1 changed files with 1 additions and 1 deletions
|
|
@ -1742,7 +1742,7 @@ api.wrap = (user, main=true) ->
|
|||
return unless task
|
||||
{id, completed} = task
|
||||
|
||||
# Deduct points for missed Daily tasks, but not for Todos (just increase todo's value)
|
||||
# Deduct points for missed Daily tasks
|
||||
EvadeTask = 0
|
||||
scheduleMisses = daysMissed
|
||||
if completed
|
||||
|
|
|
|||
Loading…
Reference in a new issue