mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix
This commit is contained in:
@@ -77,8 +77,7 @@ export class UmamiTraceCore {
|
||||
guid: this.guid,
|
||||
platform: os.platform(),
|
||||
arch: os.arch(),
|
||||
cpus: os.cpus(),
|
||||
uptime: os.uptime(),
|
||||
uptime: new Date(Date.now() - os.uptime() * 1000).toISOString().replace('T', ' ').substring(0, 19)
|
||||
}
|
||||
};
|
||||
this.sendRequest(payload, type);
|
||||
|
Reference in New Issue
Block a user