mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
stuff
This commit is contained in:
@ -134,6 +134,8 @@ module.exports = function(calendar) {
|
||||
cmd.$inc[key] = 1;
|
||||
console.log(cmd);
|
||||
Client.findByIdAndUpdate(req.body.client, cmd, function(err, ignored) { callback(err, result) });
|
||||
} else {
|
||||
callback(null, result);
|
||||
}
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user