mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix typo
This commit is contained in:
@@ -1799,7 +1799,7 @@ App::get('/v1/storage/usage')
|
||||
$total = [];
|
||||
Authorization::skip(function () use ($dbForLogs, $days, $metrics, &$stats, &$total) {
|
||||
foreach ($metrics as $metric) {
|
||||
($result = $dbForLogs->getDocument('stats', md5('_inf_' . $metric));
|
||||
$result = $dbForLogs->getDocument('stats', md5('_inf_' . $metric));
|
||||
$stats[$metric]['total'] = $result['value'] ?? 0;
|
||||
|
||||
$limit = $days['limit'];
|
||||
|
||||
Reference in New Issue
Block a user