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

Merge remote-tracking branch 'origin/feat-schedules-deletions' into feat-schedules-deletions

This commit is contained in:
shimon 2022-11-16 17:05:30 +02:00
commit 48e8e72431

View file

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