1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

Merge pull request #5045 from appwrite/feat-aggregate-stats

Feat aggregate stats
This commit is contained in:
Christy Jacob 2023-01-26 17:29:05 +05:30 committed by GitHub
commit 7261febebe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ class Hamster extends Action
'Executions' => 'executions.$all.compute.total',
];
protected string $directory = '/usr/local/dev';
protected string $directory = '/usr/local';
protected string $path;
protected string $date;