We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16709b commit 1ef1555Copy full SHA for 1ef1555
src/store/index.ts
@@ -106,7 +106,7 @@ export default createStore({
106
.toISOString()
107
.split("T")[0] + " 23:59:59.999",
108
) >= new Date(taskList.dueDate + " 23:59:59.999"),
109
- ).length; //calculate the number of overdue tasks (tasks after the due date)
+ ).length; //calculate the number of overdue tasks (tasks after the due date) and the date of next midnight from now
110
let activeTasksMultiplier: number; //calculate score multiplier for number of active tasks (tasks that are not completed)
111
//calculate task repetition XP multiplier
112
if (Number(task.repeatInterval) === 1) {
0 commit comments