fix: remove log
This commit is contained in:
parent
a540c522f9
commit
9748de5355
@ -58,7 +58,7 @@ const getAllModels = async () => {
|
||||
const client = new_client();
|
||||
|
||||
const res = await client.query("SELECT * FROM modeles");
|
||||
console.log("he");
|
||||
|
||||
return Promise.all(res.rows.map(async (el) => { return await db2Model(el) }));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user