Return status to treatments delete by query

This commit is contained in:
Jeremy Cunningham
2018-12-07 17:39:11 -06:00
parent cd459fa37f
commit b429eef662
+1 -1
View File
@@ -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');
}
});