Skip to content
Snippets Groups Projects
Commit a7942bcd authored by dsoloha's avatar dsoloha
Browse files

Removed unused arrow function

parent 818d106c
No related branches found
No related tags found
1 merge request!5801Reminder system
......@@ -21,9 +21,4 @@ App.Reminders.update = function() {
}
}
V.reminders.text = text;
// entries.forEach((week, index) => {
// weeks[index]--;
// week[index] > 0 ? text.push(`${entries[i]} in ${week[i]} ${numberWithPlural(week[i], 'week')}`) : entries.splice(i, 1); week.splice(i, 1);
// });
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment