We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d52f9 commit e72db7dCopy full SHA for e72db7d
db.js
@@ -44,7 +44,7 @@ const manageUsers = async(data, action) => {
44
const manageProducts = async(data, action) => {
45
await connectDb();
46
try{
47
- const db = mongo.db('TESTS');
+ const db = mongo.db('AS_TRACKER');
48
const collection = db.collection('tasks');
49
switch(action) {
50
case 'delete':
0 commit comments