diff --git a/server/routes/profile.js b/server/routes/profile.js index 4c3e7fd36..c3f5c3174 100644 --- a/server/routes/profile.js +++ b/server/routes/profile.js @@ -255,7 +255,7 @@ router.post('/profile/save', handleErrorAsync(async (req, res) => { ${JSON.stringify(pronouns)}, ${description}, ${birthday}, - ${links}, + ${JSON.stringify(links)}, ${JSON.stringify(req.body.flags)}, ${JSON.stringify(req.body.customFlags)}, ${JSON.stringify(words)},