mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
use $tenant
This commit is contained in:
@@ -504,7 +504,7 @@ class StatsUsage extends Action
|
||||
|
||||
usort($this->statDocuments, function ($a, $b) {
|
||||
// Tenant ASC
|
||||
$cmp = $a['_tenant'] <=> $b['_tenant'];
|
||||
$cmp = $a['$tenant'] <=> $b['$tenant'];
|
||||
if ($cmp !== 0) {
|
||||
return $cmp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user