Browse Source

Update FeedInsertPipeline

Daniel Supernault 1 year ago
parent
commit
957bbbc2bd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Jobs/HomeFeedPipeline/FeedInsertPipeline.php

+ 0 - 1
app/Jobs/HomeFeedPipeline/FeedInsertPipeline.php

@@ -79,7 +79,6 @@ class FeedInsertPipeline implements ShouldQueue, ShouldBeUniqueUntilProcessing
 
         HomeTimelineService::add($this->pid, $this->sid);
 
-
         $ids = FollowerService::localFollowerIds($this->pid);
 
         if(!$ids || !count($ids)) {