no message
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user