I have the following update route:
router.put(\'/:id\', upload.single(\'userImage\'), (req, res) => { Users.findById(req.params.id) .then(user