Skip to content

Commit

Permalink
fix bug in code
Browse files Browse the repository at this point in the history
  • Loading branch information
marusoft committed Jul 16, 2019
1 parent 6af4100 commit 63a531a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/controllers/orderControllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ class Orders {
}
}
} catch (error) {
console.log("Error me",error.message)
return res.status(400).json({
status: 400,
error: error.message,
});
}
Expand Down

0 comments on commit 63a531a

Please sign in to comment.