diff --git a/app/Jobs/Ninja/TaskScheduler.php b/app/Jobs/Ninja/TaskScheduler.php index 0ad5a0492a45..dabc0701d0db 100644 --- a/app/Jobs/Ninja/TaskScheduler.php +++ b/app/Jobs/Ninja/TaskScheduler.php @@ -111,7 +111,6 @@ class TaskScheduler implements ShouldQueue } - //setup new scheduled_run $amount_of_days_until_next_run = $this->getAmountOfDays($scheduler->repeat_every); $scheduler->scheduled_run = Carbon::now()->addDays($amount_of_days_until_next_run); $scheduler->save();