minor
This commit is contained in:
@@ -252,7 +252,7 @@ const userController = {
|
||||
await user.update(req.body)
|
||||
res.json(user)
|
||||
} else {
|
||||
res.send(400)
|
||||
res.sendStatus(400)
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user