From 48bf79459f40bfbb8914996cfc4c07d77e587b33 Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k Date: Wed, 10 Dec 2025 21:16:49 +0530 Subject: [PATCH] linting --- app/realtime.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/realtime.php b/app/realtime.php index 8cd25d3de5..1595ed5721 100644 --- a/app/realtime.php +++ b/app/realtime.php @@ -294,7 +294,6 @@ $server->onStart(function () use ($stats, $register, $containerId, &$statsDocume * Create document for this worker to share stats across Containers. */ go(function () use ($register, $containerId, &$statsDocument) { - $attempts = 0; $database = getConsoleDB(); $document = new Document([ '$id' => ID::unique(),