Преглед на файлове

Update FeedInsertPipeline

Daniel Supernault преди 1 година
родител
ревизия
957bbbc2bd
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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)) {