core: telemetry: ignore osinfo.fqdn

pull/187/head
undefined 3 years ago
parent 5602fab01c
commit e9a2128daa

@ -1,6 +1,6 @@
{
"name": "hydrooj",
"version": "2.32.8",
"version": "2.32.9",
"bin": "bin/hydrooj.js",
"main": "src/loader",
"module": "src/loader",

@ -26,6 +26,7 @@ export async function get(): Promise<StatusFull> {
systeminformation.battery(),
]);
const mid = uuid.hardware;
delete osinfo.fqdn;
cache.cpu = cpu;
cache.osinfo = osinfo;
cache.mid = mid;

Loading…
Cancel
Save