mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
database crud usage addition
This commit is contained in:
parent
daad365667
commit
58fd0d35bd
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class Usage extends Event
|
||||||
'reduce' => $this->reduce,
|
'reduce' => $this->reduce,
|
||||||
'metrics' => $this->metrics,
|
'metrics' => $this->metrics,
|
||||||
]);
|
]);
|
||||||
|
var_dump($this->metrics);
|
||||||
$this->metrics = [];
|
$this->metrics = [];
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue