refactor: changed db collection name

This commit is contained in:
2024-01-09 15:03:36 +01:00
parent 8112c9765d
commit 90edcf14e1

View File

@@ -35,6 +35,6 @@ export default clientPromise
export const getDbClient = async () => {
const client = await clientPromise;
const db = client.db("rezije");
const db = client.db("utility-bills");
return(db);
}