Merge pull request #9104 from appwrite/fix-usage-payload-bug

Usage payload debug
This commit is contained in:
Christy Jacob 2024-12-13 00:03:06 +04:00 committed by GitHub
commit a148b624b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,6 +71,10 @@ class UsageDump extends Action
$project = new Document($document);
if (empty($project->getAttribute('database'))) {
continue;
}
/**
* End temp bug fallback
*/