optimize code
This commit is contained in:
@@ -240,8 +240,6 @@ final readonly class IngestFlow
|
||||
*/
|
||||
private function withLock(callable $fn): void
|
||||
{
|
||||
$this->lockService->acquire();
|
||||
|
||||
try {
|
||||
$fn();
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user