Fix this bug for the last fucking time

This commit is contained in:
Dobie Wollert
2015-12-16 12:13:44 -08:00
parent f94ca33b9e
commit c94b4fc512

View File

@ -560,7 +560,9 @@ module.exports = function () {
.props({
id: req.user.id,
date: moment(),
notes: req.body.notes
notes: req.body.notes,
reason: req.body.reason,
type: req.body.type
})
.then((params) => {
var spans = findUserSpans(req.user.id, params.date);