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

feat: add new stats

This commit is contained in:
Christy Jacob 2023-03-22 20:22:56 +04:00
parent 07e3a29b63
commit 9723792a29

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'
*/