Fix Hellcase Battles job
All checks were successful
Test, build and push image to registry / phpunit-tests (push) Successful in 9m47s
Test, build and push image to registry / build-image (push) Successful in 17m1s

This commit is contained in:
2026-05-04 12:28:17 +02:00
parent 6b5381a768
commit 89641fe300
2 changed files with 3 additions and 5 deletions

View File

@@ -2,13 +2,11 @@
namespace App\Http\Controllers;
use App\Exception\JobException;
use App\Models\Job;
use App\Services\BrowserJobsInstances;
use Cache;
use Illuminate\Http\Request;
use Inertia\Inertia;
use App\Exception\JobTestException;
class JobController extends Controller
{