1
0
Fork 0
mirror of synced 2024-06-30 12:10:51 +12:00

Linter fix

This commit is contained in:
Matej Baco 2022-11-18 08:13:22 +01:00
parent d0c253e45d
commit 26ea9d675a

View file

@ -106,7 +106,6 @@ App::get('/v1/project/usage')
'executions' => $stats[$metrics[6]] ?? [],
'buckets' => $stats[$metrics[7]] ?? [],
]);
}
$response->dynamic($usage, Response::MODEL_USAGE_PROJECT);