mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
WIP(teams): fixes, beta banner
This commit is contained in:
@@ -54,7 +54,7 @@ async function updateTeamTasks (team) {
|
||||
if (daily.value < MIN_TASK_VALUE) daily.value = MIN_TASK_VALUE;
|
||||
}
|
||||
daily.isDue = shouldDo(new Date(), daily, teamLeader.preferences);
|
||||
if (daily.isModified()) toSave.push(daily.save());
|
||||
toSave.push(daily.save());
|
||||
});
|
||||
|
||||
if (!team.cron) team.cron = {};
|
||||
|
||||
Reference in New Issue
Block a user