no message

This commit is contained in:
2018-03-04 16:27:48 -05:00
parent 28c872581d
commit 51a83572b5

View File

@@ -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) {