mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +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);
|
$project = new Document($document);
|
||||||
|
|
||||||
|
if (empty($project->getAttribute('database'))) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* End temp bug fallback
|
* End temp bug fallback
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue