mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Update src/Appwrite/Platform/Workers/StatsUsageDump.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
parent
abd899186d
commit
55e30a0ef4
1 changed files with 0 additions and 3 deletions
|
|
@ -115,9 +115,6 @@ class StatsUsageDump extends Action
|
||||||
foreach ($payload['stats'] ?? [] as $stats) {
|
foreach ($payload['stats'] ?? [] as $stats) {
|
||||||
$project = new Document($stats['project'] ?? []);
|
$project = new Document($stats['project'] ?? []);
|
||||||
|
|
||||||
/**
|
|
||||||
* End temp bug fallback
|
|
||||||
*/
|
|
||||||
$numberOfKeys = !empty($stats['keys']) ? count($stats['keys']) : 0;
|
$numberOfKeys = !empty($stats['keys']) ? count($stats['keys']) : 0;
|
||||||
$receivedAt = $stats['receivedAt'] ?? 'NONE';
|
$receivedAt = $stats['receivedAt'] ?? 'NONE';
|
||||||
if ($numberOfKeys === 0) {
|
if ($numberOfKeys === 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue