mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
More features
This commit is contained in:
@ -32,7 +32,6 @@ exports.get = function(req, res, next) {
|
||||
|
||||
Device.findById(id)
|
||||
.populate('deviceType', 'category make model checkList')
|
||||
.populate('deviceType.checkList', 'name fields')
|
||||
.populate('client', 'name identifier')
|
||||
.exec(returnResult(res));
|
||||
};
|
||||
|
Reference in New Issue
Block a user