From 8fdb9e6592d6c8f9c862eaed981bf2439ae9b32f Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 6 Jun 2023 17:51:42 +0530 Subject: [PATCH] Update app/controllers/api/projects.php --- app/controllers/api/projects.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/api/projects.php b/app/controllers/api/projects.php index 1060bc97f3..c68ce17b59 100644 --- a/app/controllers/api/projects.php +++ b/app/controllers/api/projects.php @@ -114,7 +114,6 @@ App::post('/v1/projects') break; } } - $databases = array_values($databases); } $database = $databases[array_rand($databases)];