From 0457f1f476bd0a27a9dad3d6899132b63cd97c30 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Mon, 28 Aug 2023 15:48:38 +0300 Subject: [PATCH] 0.0.111 --- static/js/user_profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/user_profile.js b/static/js/user_profile.js index be9862e..eaf104f 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -443,7 +443,7 @@ function createRoute(el, owner_type){ processData: false, contentType: false, // enctype: 'json', - data: obj, + data: JSON.stringify(obj), success: function(data){ if (data.user_alerts) { getNewMessageSession()