From 91e625cfc2e34d3079791fde61e971380d9d3b66 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 26 Jan 2024 18:04:06 +0000 Subject: [PATCH] chore: linter --- app/controllers/api/health.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/health.php b/app/controllers/api/health.php index 3b34f2cdec..3b875f7156 100644 --- a/app/controllers/api/health.php +++ b/app/controllers/api/health.php @@ -718,7 +718,7 @@ App::get('/v1/health/queue/failed/:name') ->inject('queue') ->action(function (string $name, int|string $threshold, Response $response, Connection $queue) { $threshold = \intval($threshold); - + $client = new Client($name, $queue); $failed = $client->countFailedJobs();