mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
v3 client: fix casting spells
This commit is contained in:
@@ -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
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user