From 264eb0ea4e845adbbba21e7655124f1d976ff11f Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Sat, 12 Jun 2021 17:50:40 +0300 Subject: [PATCH] Update app/controllers/api/account.php Co-authored-by: kodumbeats --- app/controllers/api/account.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/controllers/api/account.php b/app/controllers/api/account.php index 91be0299bd..a2b336f20c 100644 --- a/app/controllers/api/account.php +++ b/app/controllers/api/account.php @@ -18,7 +18,6 @@ use Utopia\Validator\Text; use Utopia\Validator\WhiteList; use Utopia\Validator\ArrayList; use Utopia\Audit\Audit; -use Utopia\Audit\Adapters\MySQL as AuditAdapter; use Utopia\Database\Document; use Utopia\Database\Exception\Duplicate; use Utopia\Database\Query; @@ -1620,4 +1619,4 @@ App::put('/v1/account/verification') ; $response->dynamic2($verification, Response::MODEL_TOKEN); - }); \ No newline at end of file + });