Merge pull request #7417 from appwrite/update-hamster

chore: update collection name in hamster
This commit is contained in:
Christy Jacob
2024-01-09 16:52:10 +04:00
committed by GitHub
+1 -1
View File
@@ -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),