1
0
Fork 0
mirror of synced 2024-10-05 20:53:27 +13:00
This commit is contained in:
shimon 2023-06-19 13:54:04 +03:00
parent 9179a70992
commit 0a92e3dc55

View file

@ -104,10 +104,7 @@ class CalcTierStats extends Action
/** /**
* Skip user projects with id 'console' * Skip user projects with id 'console'
*/ */
if ( if ($project->getId() === 'console')
$project->getId() === 'console' ||
empty($project)
) {
continue; continue;
} }