Merge branch 'feat-database-indexing' into feat-audit-abuse

This commit is contained in:
Damodar Lohani
2021-06-08 16:04:01 +05:45
+1 -1
View File
@@ -54,7 +54,7 @@ App::post('/v1/projects')
/** @var Utopia\Database\Database $dbForInternal */
/** @var Utopia\Database\Database $dbForExternal */
$team = $dbForInternal->getDocument('teams', $teamId);
$team = $dbForConsole->getDocument('teams', $teamId);
if ($team->isEmpty()) {
throw new Exception('Team not found', 404);