Update src/Appwrite/Platform/Tasks/ScheduleBase.php

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Shimon Newman 2025-12-07 18:26:14 +02:00 committed by GitHub
parent 8ed4fa6ff1
commit a241eab792
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}