Skip to content

Commit a241eab

Browse files
Update src/Appwrite/Platform/Tasks/ScheduleBase.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 8ed4fa6 commit a241eab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Appwrite/Platform/Tasks/ScheduleBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ private function collectSchedules(Database $dbForPlatform, callable $getProjectD
251251
}
252252

253253
if (empty($project)) {
254-
Console::error("Project not found: projetId::{$schedule['projectId']} resourceId::{$schedule['resourceId']}");
254+
Console::error("Project not found: projectId::{$schedule['projectId']} resourceId::{$schedule['resourceId']}");
255255
unset($this->schedules[$sequence]);
256256
continue;
257257
}

0 commit comments

Comments
 (0)