Skip to content

Commit

Permalink
update methods for applicability
Browse files Browse the repository at this point in the history
  • Loading branch information
anjanaw committed Feb 7, 2024
1 parent ee55342 commit a0561ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/trees.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports.update = async (req, res) => {


module.exports.methods = async (req, res) => {
console.log(req.body);
console.log(req.body.usecaseId, req.body.treeId);
try {
const requestData = req.body;
const usecase = await Usecase.findById(requestData.usecaseId);
Expand Down

0 comments on commit a0561ba

Please sign in to comment.