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:55:16 +03:00
parent 0a92e3dc55
commit 5e836691e2

View file

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