make-sans / developool

An ExpressJS API server consumed by a ReactJS client, which combined create the Developool service
http://developool.com
MIT License
2 stars 0 forks source link

Update profile set social to empty #9

Closed ignaczalexander closed 5 years ago

ignaczalexander commented 5 years ago

If I want to update the profile and set one of the social media links to empty string it does not update it on the server. It might be because of this: if (req.body.linkedin) update.linkedin = req.body.linkedin;