chore: remove comment out code
This commit is contained in:
parent
4428b95a65
commit
060c8262bc
1 changed files with 0 additions and 1 deletions
|
|
@ -125,7 +125,6 @@ public function handle(): void
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
$this->team?->notify(new TaskFailed($this->task, $e->getMessage()));
|
$this->team?->notify(new TaskFailed($this->task, $e->getMessage()));
|
||||||
// send_internal_notification('ScheduledTaskJob failed with: ' . $e->getMessage());
|
|
||||||
throw $e;
|
throw $e;
|
||||||
} finally {
|
} finally {
|
||||||
ScheduledTaskDone::dispatch($this->team->id);
|
ScheduledTaskDone::dispatch($this->team->id);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue