This commit is contained in:
2023-08-28 15:48:38 +03:00
parent 05ea2a4076
commit 0457f1f476

View File

@@ -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()