Remove early return to ensure cycle timestamp is updated

This commit is contained in:
Jake Barnby 2025-12-16 20:06:38 +13:00
parent c7fda6cc3f
commit 7cdb7af07c

View file

@ -195,7 +195,6 @@ abstract class ScheduleBase extends Action
}
if (empty($this->schedules)) {
Console::success("No resources found");
return;
}
// On initial load: load all projects from all schedules