1
0
Fork 0
forked from mirror/pixelfed

Fix MoveMigrateFollowersPipeline

This commit is contained in:
Daniel Supernault 2024-09-07 03:30:19 -06:00
parent c76fb7ec34
commit aff2545396
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1

View file

@ -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.
*/ */