Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Nov 29, 2024
2 parents 39ef0fa + 220105c commit c8c720c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/PostOnBlueskyJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function __construct(Post $post)

public function handle(): void
{
if (!$this->post->send_automated_tweet) {
if (! $this->post->send_automated_tweet) {
return;
}

Expand Down

0 comments on commit c8c720c

Please sign in to comment.