mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
todo comment
This commit is contained in:
parent
57b8f2920f
commit
77f49f9bd8
1 changed files with 1 additions and 0 deletions
|
|
@ -218,6 +218,7 @@ cron = () ->
|
|||
todoTally = 0
|
||||
_.each obj.tasks, (taskObj) ->
|
||||
unless taskObj?
|
||||
#TODO delete the object
|
||||
console.error "a task had a null id during cron, this should not be happening"
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue