mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Return status to treatments delete by query
This commit is contained in:
@@ -118,7 +118,7 @@ function configure(app, wares, ctx) {
|
||||
console.log('Error saving treatment');
|
||||
console.log(err);
|
||||
} else {
|
||||
res.json({});
|
||||
res.json(stat);
|
||||
console.log('treatments records deleted');
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user