Apply suggestions from code review

Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
This commit is contained in:
Christy Jacob
2021-09-06 12:13:20 +05:30
committed by GitHub
co-authored by Damodar Lohani
parent dd9cddc525
commit eccc19e5dc
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ App::get('/v1/projects/:projectId/usage')
if (App::getEnv('_APP_USAGE_STATS', 'enabled') == 'enabled') {
$period = [
'24h' => [
'period' => '15m',
'period' => '30m',
'limit' => 48,
],
'7d' => [