From 51a83572b5e669be0a6884bb4b1e6801ce67d751 Mon Sep 17 00:00:00 2001 From: Mike Fitzpatrick Date: Sun, 4 Mar 2018 16:27:48 -0500 Subject: [PATCH] no message --- routes/profiles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/profiles.js b/routes/profiles.js index 05e0a98..1917c20 100644 --- a/routes/profiles.js +++ b/routes/profiles.js @@ -141,7 +141,7 @@ Router.route('/find' + ParamStr) ProfileEvents.once('find', (err, result) => { if (err) { - res.status(500).json({ message: 'There was an error getting the vendor list', err: err }); + res.status(500).json({ message: 'There was an error getting the getting the profiles [' + err + ']', err: err }); } if (result) {