Explorar el Código

Update FeedInsertPipeline

Daniel Supernault hace 1 año
padre
commit
957bbbc2bd
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)) {