mirror of
https://github.com/kmitresse/Compo-Service-Log-Project.git
synced 2026-05-16 17:11:48 +00:00
feat: Launch Server and database async
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user