1
0
Fork 0
mirror of synced 2024-09-29 17:01:37 +13:00

chore: fix injections

This commit is contained in:
Christy Jacob 2023-10-18 19:54:56 +00:00
parent be26e4b729
commit 3d7cd91176

View file

@ -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) {