fix query

This commit is contained in:
ThatOneCalculator 2023-05-29 15:21:29 -07:00
parent e80dc758a2
commit 28cdfc0b6f
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ import * as os from "@/os";
import { i18n } from "@/i18n";
const meta = await os.api("server-info", {});
const serverStats = await os.api("stats", {});
const serverStats = await os.api("stats");
let cpuUsage: number = $ref(0);