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
|
||||
.props({
|
||||
id: req.user.id,
|
||||
id: req.body.id,
|
||||
date: moment(),
|
||||
notes: req.body.notes,
|
||||
reason: req.body.reason,
|
||||
|
Reference in New Issue
Block a user