mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #9104 from appwrite/fix-usage-payload-bug
Usage payload debug
This commit is contained in:
@@ -71,6 +71,10 @@ class UsageDump extends Action
|
||||
|
||||
$project = new Document($document);
|
||||
|
||||
if (empty($project->getAttribute('database'))) {
|
||||
continue;
|
||||
}
|
||||
|
||||
/**
|
||||
* End temp bug fallback
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user