From ab7eb01438ca7347c85b99f75ca003fa794cbe54 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 14 Nov 2022 15:35:49 +0545 Subject: [PATCH] Update src/Appwrite/CLI/Tasks/Usage.php Co-authored-by: Eldad A. Fux --- src/Appwrite/CLI/Tasks/Usage.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Appwrite/CLI/Tasks/Usage.php b/src/Appwrite/CLI/Tasks/Usage.php index e3e9db865a..9231c90f66 100644 --- a/src/Appwrite/CLI/Tasks/Usage.php +++ b/src/Appwrite/CLI/Tasks/Usage.php @@ -32,7 +32,6 @@ class Usage extends Task ->callback(fn ($type, $dbForConsole, $influxDB, $logError) => $this->action($type, $dbForConsole, $influxDB, $logError)); } - protected function aggregateTimeseries(UtopiaDatabase $database, InfluxDatabase $influxDB, callable $logError): void { $interval = (int) App::getEnv('_APP_USAGE_TIMESERIES_INTERVAL', '30'); // 30 seconds (by default)