1
0
Fork 0
mirror of synced 2024-09-21 20:11:15 +12:00

Fixed auth error in users usage

This commit is contained in:
Eldad Fux 2024-04-01 23:57:20 +02:00
parent c73ef2c649
commit b570368f10

View file

@ -2110,7 +2110,6 @@ Http::get('/v1/users/usage')
->param('range', '30d', new WhiteList(['24h', '30d', '90d'], true), 'Date range.', true)
->inject('response')
->inject('dbForProject')
->inject('register')
->inject('auth')
->action(function (string $range, Response $response, Database $dbForProject, Authorization $auth) {