Skip to content

Commit

Permalink
Pint fix for DeleteFederation Job
Browse files Browse the repository at this point in the history
  • Loading branch information
JanOppolzer committed Nov 25, 2024
1 parent c74102a commit 535008b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/DeleteFederation.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function handle(): void
return;
}

$lockKey = 'directory-' . md5($pathToDirectory) . '-lock';
$lockKey = 'directory-'.md5($pathToDirectory).'-lock';
$lock = Cache::lock($lockKey, config('constants.lock_constant'));

try {
Expand Down

0 comments on commit 535008b

Please sign in to comment.