From 9942d6eee40a80aa9305ffdac46a8aee3ffcbb91 Mon Sep 17 00:00:00 2001 From: riley Date: Wed, 16 Nov 2016 12:09:47 -0700 Subject: [PATCH] remove reference --- routes/api/user/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api/user/index.js b/routes/api/user/index.js index 67bc9197d..808ad6940 100644 --- a/routes/api/user/index.js +++ b/routes/api/user/index.js @@ -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 => {