mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix format
This commit is contained in:
@@ -501,7 +501,7 @@ class Usage extends Action
|
||||
}
|
||||
|
||||
protected function createOrUpdateMetric(Database $dbForLogs, string $region, string $metric, int $value)
|
||||
{
|
||||
{
|
||||
foreach ($this->periods as $period => $format) {
|
||||
$time = 'inf' === $period ? null : \date($format, \time());
|
||||
$id = \md5("{$time}_{$period}_{$metric}");
|
||||
|
||||
Reference in New Issue
Block a user