mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove early return to ensure cycle timestamp is updated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user