chore: remove comment out code

This commit is contained in:
peaklabs-dev
2024-12-09 12:48:54 +01:00
parent 4428b95a65
commit 060c8262bc

View File

@@ -125,7 +125,6 @@ class ScheduledTaskJob implements ShouldQueue
]);
}
$this->team?->notify(new TaskFailed($this->task, $e->getMessage()));
// send_internal_notification('ScheduledTaskJob failed with: ' . $e->getMessage());
throw $e;
} finally {
ScheduledTaskDone::dispatch($this->team->id);