feat: add new stats

This commit is contained in:
Christy Jacob
2023-03-22 20:22:56 +04:00
parent 07e3a29b63
commit 9723792a29
+1 -1
View File
@@ -62,7 +62,7 @@ class Hamster extends Action
private function getStatsPerProject(Group $pools, Cache $cache, Database $dbForConsole)
{
$this->calculateByGroup('projects', $dbForConsole, function (Database $dbForConsole, Document $project) use ($pools, $cache){
$this->calculateByGroup('projects', $dbForConsole, function (Database $dbForConsole, Document $project) use ($pools, $cache) {
/**
* Skip user projects with id 'console'
*/