mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
hamster additions
This commit is contained in:
parent
e5245909e3
commit
0d106684ae
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ class Hamster extends Action
|
|||
$limit = $periodValue['limit'];
|
||||
$period = $periodValue['period'];
|
||||
|
||||
$requestDocs = $dbForProject->find('stats', [
|
||||
$requestDocs = $dbForProject->find('stats_v2', [
|
||||
Query::equal('period', [$period]),
|
||||
Query::equal('metric', [$metric]),
|
||||
Query::limit($limit),
|
||||
|
|
|
|||
Loading…
Reference in a new issue