forked from mirror/pixelfed
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);
|
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.
|
* Execute the job.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue