database crud usage addition

This commit is contained in:
shimon 2024-12-29 17:47:52 +02:00
parent daad365667
commit 58fd0d35bd

View file

@ -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;