mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Again, fixing a bug i already fixed
This commit is contained in:
@ -558,7 +558,7 @@ module.exports = function () {
|
|||||||
|
|
||||||
Promise
|
Promise
|
||||||
.props({
|
.props({
|
||||||
id: req.user.id,
|
id: req.body.id,
|
||||||
date: moment(),
|
date: moment(),
|
||||||
notes: req.body.notes,
|
notes: req.body.notes,
|
||||||
reason: req.body.reason,
|
reason: req.body.reason,
|
||||||
|
Reference in New Issue
Block a user