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