mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
fix
This commit is contained in:
parent
9179a70992
commit
0a92e3dc55
1 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue