mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Update src/Appwrite/Platform/Tasks/ScheduleBase.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
8ed4fa6ff1
commit
a241eab792
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ abstract class ScheduleBase extends Action
|
|||
}
|
||||
|
||||
if (empty($project)) {
|
||||
Console::error("Project not found: projetId::{$schedule['projectId']} resourceId::{$schedule['resourceId']}");
|
||||
Console::error("Project not found: projectId::{$schedule['projectId']} resourceId::{$schedule['resourceId']}");
|
||||
unset($this->schedules[$sequence]);
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue