1
0
Fork 0
mirror of synced 2024-09-30 01:08:13 +13:00

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
commit a2d97b3b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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),