refactor: changed db collection name
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user