mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-04-01 02:03:40 -04:00
fix getDeviceDetails for 3rd party libraries
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
bc3f9ed89f
commit
0fd4dae036
@ -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) { }
|
try { ws.send(JSON.stringify({ action: 'getDeviceDetails', data: output, type: type })); } catch (ex) { }
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user