mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
fix
This commit is contained in:
parent
0a92e3dc55
commit
5e836691e2
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class CalcTierStats extends Action
|
|||
/**
|
||||
* Skip user projects with id 'console'
|
||||
*/
|
||||
if ($project->getId() === 'console')
|
||||
if ($project->getId() === 'console') {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue