We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad47944 commit aeabe05Copy full SHA for aeabe05
controllers/tasks.js
@@ -22,9 +22,7 @@ const addNewTask = async (req, res) => {
22
...req.body,
23
createdBy,
24
};
25
- // console.log(body);
26
delete body.dependsOn;
27
- // console.log("hii", dependsOn);
28
const { taskId, taskDetails } = await tasks.updateTask(body);
29
const data = {
30
taskId,
0 commit comments