Update RemoteFollowPipeline.php

pull/6229/head
Shlee 2 months ago committed by GitHub
parent 451967527b
commit fead07e092
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -47,13 +47,11 @@ class RemoteFollowPipeline implements ShouldQueue
$follower = $this->follower;
$url = $this->url;
// Verify follower exists
// Verify follower and url exists
if (!$follower) {
Log::info("RemoteFollowPipeline: Follower no longer exists, skipping job");
return;
}
// Verify URL is provided
if (!$url) {
Log::info("RemoteFollowPipeline: No URL provided, skipping job");
return;

Loading…
Cancel
Save