From 7cdb7af07ce34d293fc54eeda6011936da279076 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Tue, 16 Dec 2025 20:06:38 +1300 Subject: [PATCH] Remove early return to ensure cycle timestamp is updated --- src/Appwrite/Platform/Tasks/ScheduleBase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Appwrite/Platform/Tasks/ScheduleBase.php b/src/Appwrite/Platform/Tasks/ScheduleBase.php index 0ad8c5ac9a..3853f0d9b3 100644 --- a/src/Appwrite/Platform/Tasks/ScheduleBase.php +++ b/src/Appwrite/Platform/Tasks/ScheduleBase.php @@ -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