feat: Launch Server and database async

This commit is contained in:
Lucàs
2024-12-16 18:50:43 +01:00
parent 6975765e18
commit 735ab03d6e
4 changed files with 31 additions and 49 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ export default class Dataset {
);
}
async get(length: number = 10, schema: any) {
async get(length: number, schema: any) {
const db = await getDatabaseConnexion();
// Convert JSON schema to projection