Merge pull request #10683 from appwrite/fix-stats-usage-memory-leak

fix: stats usage memory leak
This commit is contained in:
Luke B. Silver 2025-10-22 17:53:47 +01:00 committed by GitHub
commit 887820dbec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -435,7 +435,6 @@ class StatsUsage extends Action
return $cmp;
}
unset($this->projects[$sequence]);
// Period ASC
$cmp = strcmp($a['period'], $b['period']);
if ($cmp !== 0) {