mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Usage payload debug
This commit is contained in:
parent
177fd92094
commit
01019f5055
1 changed files with 4 additions and 0 deletions
|
|
@ -71,6 +71,10 @@ class UsageDump extends Action
|
|||
|
||||
$project = new Document($document);
|
||||
|
||||
if (empty($project->getAttribute('database'))) {
|
||||
continue;
|
||||
}
|
||||
|
||||
/**
|
||||
* End temp bug fallback
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue