|
|
@ -45,7 +45,7 @@ module.exports = { |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
refQuery.limit(10).exec(function(err, items) { |
|
|
|
refQuery.limit(10).populate('jarvisId').exec(function(err, items) { |
|
|
|
if (err) { |
|
|
|
if (err) { |
|
|
|
res.send(400); |
|
|
|
res.send(400); |
|
|
|
} else { |
|
|
|
} else { |
|
|
@ -68,7 +68,7 @@ module.exports = { |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
refQuery.limit(10).exec(function(err, items) { |
|
|
|
refQuery.limit(10).populate('jarvisId').exec(function(err, items) { |
|
|
|
if (err) { |
|
|
|
if (err) { |
|
|
|
res.send(400); |
|
|
|
res.send(400); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|