diff --git a/meshuser.js b/meshuser.js index ac237dfd..d6907144 100644 --- a/meshuser.js +++ b/meshuser.js @@ -5359,7 +5359,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use } } - output = JSON.stringify(results, null, 2); + output = JSON.stringify(results); } try { ws.send(JSON.stringify({ action: 'getDeviceDetails', data: output, type: type })); } catch (ex) { } });