removed redundant

This commit is contained in:
ArnabChatterjee20k
2026-05-12 17:33:21 +05:30
parent 95dd44115d
commit c1cab2e41a
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -412,10 +412,6 @@ const METRIC_REALTIME_CONNECTIONS_MESSAGES_SENT = 'realtime.messages.sent';
const METRIC_REALTIME_INBOUND = 'realtime.inbound';
const METRIC_REALTIME_OUTBOUND = 'realtime.outbound';
// Presence API metrics
const METRIC_PRESENCE_UPSERTED = 'presences.upserted';
const METRIC_PRESENCE_DELETED = 'presence.deleted';
// Resource types
const RESOURCE_TYPE_PROJECTS = 'projects';
const RESOURCE_TYPE_FUNCTIONS = 'functions';
@@ -76,7 +76,6 @@ class Delete extends PlatformAction
(new PresenceState())->purgeListCache($dbForProject);
$usage->addMetric(METRIC_PRESENCE_DELETED, 1);
$usage->addMetric(METRIC_USERS_PRESENCE, -1);
$queueForEvents