mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user