chore: remove comment out code

This commit is contained in:
peaklabs-dev 2024-12-09 12:48:54 +01:00
parent 4428b95a65
commit 060c8262bc
No known key found for this signature in database

View file

@ -125,7 +125,6 @@ public function handle(): void
]);
}
$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);