optimize code

This commit is contained in:
team2
2026-02-22 19:27:47 +01:00
parent 56617f2612
commit 8c58d6777d
2 changed files with 9 additions and 46 deletions

View File

@@ -240,8 +240,6 @@ final readonly class IngestFlow
*/
private function withLock(callable $fn): void
{
$this->lockService->acquire();
try {
$fn();
} finally {