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