mirror of
https://github.com/appwrite/appwrite
synced 2026-05-20 23:48:23 +00:00
Merge pull request #9104 from appwrite/fix-usage-payload-bug
Usage payload debug
This commit is contained in:
commit
a148b624b0
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