We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490dbc7 commit 9bc88b1Copy full SHA for 9bc88b1
db.js
@@ -51,7 +51,6 @@ const addToSet = (data) => {
51
const manageProducts = async(data, action) => {
52
await connectDb();
53
try{
54
- console.log(data.userId)
55
const db = mongo.db('TESTS');
56
const collection = db.collection('tasks');
57
switch(action) {
0 commit comments