Skip to content

Commit

Permalink
Merge branch 'entries-and-treatments-clean-db' into running-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Cunningham committed Nov 21, 2018
2 parents 82c2c82 + 3cd9550 commit 5a105e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/treatments/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
});
Expand Down

0 comments on commit 5a105e3

Please sign in to comment.