HellcaseBattles : Fix 404 page
All checks were successful
Push image to registry / build-image (push) Successful in 3m6s

This commit is contained in:
2025-09-13 11:55:49 +02:00
parent 6a10cb8527
commit 2ae23de70d

View File

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