Skip to content

Commit

Permalink
Fix CreateTldrCommentJob
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschucki committed Jan 30, 2024
1 parent d3314d3 commit 222dc85
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/Jobs/CreateTldrCommentJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ public function handle(): void
if (! $comment) {
return;
}

if($comment->deleted

/**
* @var array $commentToSummarize
* */
Expand Down

0 comments on commit 222dc85

Please sign in to comment.