fix InteractionModel generator
This commit is contained in:
@@ -79,7 +79,6 @@ router.put ('/:id', bodyParser.json (), async (req, res, next) => {
|
||||
}
|
||||
})
|
||||
.catch (e => {
|
||||
console.log(e);
|
||||
//Update on amazon failed, revert changes in database and send error to user
|
||||
databaseHelper
|
||||
.updateSkill (id, currentSkillState)
|
||||
|
||||
Reference in New Issue
Block a user