1
0
Fork 0
mirror of synced 2024-07-06 23:21:05 +12: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'
*/
if (
$project->getId() === 'console' ||
empty($project)
) {
if ($project->getId() === 'console')
continue;
}