notification email on student unlinking

parent 6b9b308d
...@@ -494,7 +494,7 @@ module.exports = { ...@@ -494,7 +494,7 @@ module.exports = {
surname: student.surname, surname: student.surname,
license: student.license.number license: student.license.number
}) })
}); })
.then(() => {}) .then(() => {})
.catch((err) => {}); .catch((err) => {});
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment