From adc4404490ae9162dd6d3d33d713ec04e4471f79 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Sat, 15 Oct 2022 13:28:22 +0200 Subject: [PATCH] [profile][bug] fix missing JSON.stringify for links --- server/routes/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)},