fix: 🐛 server stats setting, meta fetching

This commit is contained in:
ThatOneCalculator 2023-07-08 16:19:55 -07:00 committed by Namekuji
parent a4dd142cf9
commit 6885f9ff95
No known key found for this signature in database
GPG key ID: 1D62332C07FBA532

View file

@ -23,7 +23,12 @@ export default function () {
fetchMeta().then((meta) => {
if (!meta.enableServerMachineStats) return;
<<<<<<< HEAD
});
=======
}
);
>>>>>>> 1f5cf72ae7 (fix: :bug: server stats setting, meta fetching)
async function tick() {
const cpu = await cpuUsage();