We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b7e9e commit 201694cCopy full SHA for 201694c
db.js
@@ -83,10 +83,4 @@ const manageProducts = async(data, action) => {
83
}
84
85
86
-// manageProducts({}, 'read').then(data => {
87
-// console.log(data);
88
-// fs.writeFileSync('products.json', JSON.stringify(data.result));
89
-// }).catch(e => {
90
-// })
91
-
92
export {manageProducts, manageUsers};
0 commit comments