Update app/controllers/api/account.php

Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
This commit is contained in:
Eldad A. Fux
2021-06-12 17:50:40 +03:00
committed by GitHub
parent 6fa0fc6ac9
commit 264eb0ea4e
+1 -2
View File
@@ -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);
});
});