docs adding

This commit is contained in:
Arjun Patel
2019-03-15 23:31:02 -07:00
parent 49427ee8f7
commit f99b8fce30
2 changed files with 6 additions and 5 deletions
@@ -77,7 +77,6 @@ exports.create = (req, res, next) => {
});
})
.catch(function(error) {
console.log(error);
// transaction rollback
next(error);
});