1
0
Fork 0
mirror of synced 2024-06-10 23:04:45 +12:00

Fix typo causing error

This commit is contained in:
Damodar Lohani 2021-01-13 12:52:28 +05:45
parent 379ce3abce
commit 671f794403

View file

@ -176,7 +176,7 @@ App::get('/v1/projects/:projectId/usage')
throw new Exception('Project not found', 404);
}
if($App::getEnv('_APP_USAGE_STATS', 'enabled') == 'enabled') {
if(App::getEnv('_APP_USAGE_STATS', 'enabled') == 'enabled') {
$period = [
'24h' => [