1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

Deleted functions

schedules clean up
This commit is contained in:
shimon 2022-11-16 17:14:52 +02:00
parent bb0e4fe049
commit 153f2424d1

View file

@ -147,7 +147,7 @@ class DeletesV1 extends Worker
$project = $this->getConsoleDB()->getDocument('projects', $document->getAttribute('projectId'));
if ($project->isEmpty()) {
Console::warn('Unable to delete schedule for function ' . $document->getAttribute('resourceId'));
Console::warning('Unable to delete schedule for function ' . $document->getAttribute('resourceId'));
return;
}