mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Remove early return to ensure cycle timestamp is updated
This commit is contained in:
parent
c7fda6cc3f
commit
7cdb7af07c
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue