remove reference

This commit is contained in:
riley
2016-11-16 12:09:47 -07:00
parent 1795fc8863
commit 9942d6eee4
+1 -1
View File
@@ -118,7 +118,7 @@ router.post('/request-password-reset', (req, res, next) => {
};
return mailer.sendSimple(options);
})
.then(success => {
.then(() => {
res.json({success: true});
})
.catch(error => {