Skip to content

Commit

Permalink
remove extra return
Browse files Browse the repository at this point in the history
  • Loading branch information
nivv committed Oct 17, 2024
1 parent 9229893 commit 6c6f1dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Jobs/GenerateResponsiveImagesJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ public function handle(): bool
$this->setMediaProcessingStatus(false);

return true;

return true;
} catch (Exception $exception) {
$this->setMediaProcessingStatus(true);
$this->fail($exception);
Expand Down

0 comments on commit 6c6f1dd

Please sign in to comment.