notification email on student unlinking

parent 579d4e9f
......@@ -472,6 +472,7 @@ module.exports = {
throw new Error("student and supervisor are not linked");
return [stupStup, Student.findOne(req.params.id_stu).populate('license')];
})
.spread((stuSup, student) => {
//
......
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