no message
This commit is contained in:
@@ -141,7 +141,7 @@ Router.route('/find' + ParamStr)
|
|||||||
|
|
||||||
ProfileEvents.once('find', (err, result) => {
|
ProfileEvents.once('find', (err, result) => {
|
||||||
if (err) {
|
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) {
|
if (result) {
|
||||||
|
|||||||
Reference in New Issue
Block a user