mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Fix this bug for the last fucking time
This commit is contained in:
@ -560,7 +560,9 @@ module.exports = function () {
|
|||||||
.props({
|
.props({
|
||||||
id: req.user.id,
|
id: req.user.id,
|
||||||
date: moment(),
|
date: moment(),
|
||||||
notes: req.body.notes
|
notes: req.body.notes,
|
||||||
|
reason: req.body.reason,
|
||||||
|
type: req.body.type
|
||||||
})
|
})
|
||||||
.then((params) => {
|
.then((params) => {
|
||||||
var spans = findUserSpans(req.user.id, params.date);
|
var spans = findUserSpans(req.user.id, params.date);
|
||||||
|
Reference in New Issue
Block a user