mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #10683 from appwrite/fix-stats-usage-memory-leak
fix: stats usage memory leak
This commit is contained in:
commit
887820dbec
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue