From 65ef126768ae4b95eaee3d78738fcb2705d3f091 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 5 Mar 2025 08:01:54 +0000 Subject: [PATCH] fix --- app/controllers/api/project.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/api/project.php b/app/controllers/api/project.php index 7f454ce4c2..658ddac03e 100644 --- a/app/controllers/api/project.php +++ b/app/controllers/api/project.php @@ -51,7 +51,6 @@ App::get('/v1/project/usage') $lastDay = (new DateTime($endDate))->format($format); $metricsFromLogsDB = [ - METRIC_EXECUTIONS => true, METRIC_DOCUMENTS => true, METRIC_DATABASES => true, METRIC_BUCKETS => true,