Again, fixing a bug i already fixed

This commit is contained in:
Dobie Wollert
2015-12-16 13:53:29 -08:00
parent c94b4fc512
commit 00efe9f652

View File

@ -558,7 +558,7 @@ module.exports = function () {
Promise
.props({
id: req.user.id,
id: req.body.id,
date: moment(),
notes: req.body.notes,
reason: req.body.reason,