From 3d7cd91176e87a42fc687d1eeb2845b183c7b197 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 18 Oct 2023 19:54:56 +0000 Subject: [PATCH] chore: fix injections --- app/controllers/api/health.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/api/health.php b/app/controllers/api/health.php index 1051948629..124166543c 100644 --- a/app/controllers/api/health.php +++ b/app/controllers/api/health.php @@ -421,7 +421,6 @@ App::get('/v1/health/queue/databases/:databaseId') ->label('sdk.response.type', Response::CONTENT_TYPE_JSON) ->label('sdk.response.model', Response::MODEL_HEALTH_QUEUE) ->param('databaseId', 'database_db_main', new Text(256), 'Database for which to check the queue size', true) - ->inject('databaseId') ->inject('queue') ->inject('response') ->action(function (string $databaseId, Connection $queue, Response $response) {