v3 client: fix casting spells

This commit is contained in:
Matteo Pagliazzi
2016-05-15 21:17:17 +02:00
parent b31de3845b
commit 52bedc3563
5 changed files with 30 additions and 13 deletions

View File

@@ -185,7 +185,7 @@ export function cron (options = {}) {
task.completed = false;
if (completed || scheduleMisses > 0) {
task.checklist.forEach(i => i.completed = false); // FIXME this should not happen for grey tasks unless they are completed
task.checklist.forEach(i => i.completed = false); // TODO this should not happen for grey tasks unless they are completed
}
});