mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
linting
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user