fix: 🐛 server stats setting, meta fetching
This commit is contained in:
parent
a4dd142cf9
commit
6885f9ff95
1 changed files with 5 additions and 0 deletions
|
@ -23,7 +23,12 @@ export default function () {
|
||||||
|
|
||||||
fetchMeta().then((meta) => {
|
fetchMeta().then((meta) => {
|
||||||
if (!meta.enableServerMachineStats) return;
|
if (!meta.enableServerMachineStats) return;
|
||||||
|
<<<<<<< HEAD
|
||||||
});
|
});
|
||||||
|
=======
|
||||||
|
}
|
||||||
|
);
|
||||||
|
>>>>>>> 1f5cf72ae7 (fix: :bug: server stats setting, meta fetching)
|
||||||
|
|
||||||
async function tick() {
|
async function tick() {
|
||||||
const cpu = await cpuUsage();
|
const cpu = await cpuUsage();
|
||||||
|
|
Loading…
Reference in a new issue