mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: fix injections
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user