Skip to content

Commit

Permalink
[TM-1298] remove conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
LimberHope committed Jan 14, 2025
1 parent 7b655fc commit f301767
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/Models/V2/ScheduledJobs/TaskDueJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ protected function performJob(): void

protected function createTask(Project $project): void
{
if (isset($this->due_at)) {
return;
}
$existTask = Task::where('project_id', $project->id)
->where('due_at', $this->due_at)
->exists();
Expand Down

0 comments on commit f301767

Please sign in to comment.