From 87bc7ad8b0a4eadf4c10b833e9f84603283de520 Mon Sep 17 00:00:00 2001 From: Shmuel Fogel Date: Sun, 12 Feb 2023 23:35:09 +0200 Subject: [PATCH] Update app/controllers/api/databases.php Co-authored-by: Eldad A. Fux --- app/controllers/api/databases.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/controllers/api/databases.php b/app/controllers/api/databases.php index 5f8766166a..73670396db 100644 --- a/app/controllers/api/databases.php +++ b/app/controllers/api/databases.php @@ -165,9 +165,6 @@ App::init() throw new Exception(Exception::TIMEOUT_BLOCKED); } }); - - - App::error() ->groups(['timeout']) ->inject('error')