Fixes
All checks were successful
Push image to registry / build-image (push) Successful in 3m2s

This commit is contained in:
2025-09-14 13:28:47 +02:00
parent 2ae23de70d
commit 593f1f816e
2 changed files with 7 additions and 9 deletions

View File

@@ -166,7 +166,7 @@ class HellcaseBattlesJob extends HellcaseJob implements ShouldBeUniqueUntilProce
$battleLink = explode("/", $battleLink);
try {
HellcaseBattle::create([
"battle_id" => $battleLink[count($battleLink)],
"battle_id" => $battleLink[count($battleLink) - 1],
"value" => $battleValue,
]);
} catch (Exception $e) {