mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Fix MoveMigrateFollowersPipeline
This commit is contained in:
parent
c76fb7ec34
commit
aff2545396
1 changed files with 0 additions and 10 deletions
|
@ -65,16 +65,6 @@ class MoveMigrateFollowersPipeline implements ShouldQueue
|
|||
return now()->addMinutes(15);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the middleware the job should pass through.
|
||||
*
|
||||
* @return array<int, object>
|
||||
*/
|
||||
public function middleware(): array
|
||||
{
|
||||
return [new WithoutOverlapping($this->target)];
|
||||
}
|
||||
|
||||
/**
|
||||
* Execute the job.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue