mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update app/controllers/api/projects.php
This commit is contained in:
@@ -114,7 +114,6 @@ App::post('/v1/projects')
|
||||
break;
|
||||
}
|
||||
}
|
||||
$databases = array_values($databases);
|
||||
}
|
||||
|
||||
$database = $databases[array_rand($databases)];
|
||||
|
||||
Reference in New Issue
Block a user