From 4672b31685e5e05276191e6a9bb1674f257e6385 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Mon, 6 Feb 2023 15:30:21 +0530 Subject: [PATCH] feat: linter --- src/Appwrite/Platform/Tasks/Hamster.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Tasks/Hamster.php b/src/Appwrite/Platform/Tasks/Hamster.php index 4bbe8b0ccf..5e300e686c 100644 --- a/src/Appwrite/Platform/Tasks/Hamster.php +++ b/src/Appwrite/Platform/Tasks/Hamster.php @@ -152,7 +152,7 @@ class Hamster extends Action $interval = (int) App::getEnv('_APP_USAGE_AGGREGATION_INTERVAL', '30'); // 30 seconds (by default) Console::loop(function () use ($register, $pools, $cache, $dbForConsole, $interval) { - + $now = date('d-m-Y H:i:s', time()); Console::info("[{$now}] Getting Cloud Usage Stats every {$interval} seconds"); $loopStart = microtime(true);