mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix query
This commit is contained in:
parent
5c5db40cd4
commit
8a0e3ecfa1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue