fix getDeviceDetails for 3rd party libraries
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Mar 20, 2025 at 19:31 UTC
0fd4dae03638410b9812ba3e240e06679e259379
1 file changed
+1
-1
meshuser.js
+1
-1
@@ -5359,7 +5359,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
5359
}
5360
}
5361
5362
- output = JSON.stringify(results, null, 2);
5362
+ output = JSON.stringify(results);
5363
}
5364
try { ws.send(JSON.stringify({ action: 'getDeviceDetails', data: output, type: type })); } catch (ex) { }
5365
});