mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
fix query
This commit is contained in:
parent
5c5db40cd4
commit
8a0e3ecfa1
@ -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…
Reference in New Issue
Block a user