I thought we disabled prettier here smh
All checks were successful
Build / build (pull_request) Successful in 48s
Build / build (push) Successful in 1m15s

This commit is contained in:
Sainan 2025-04-18 03:57:19 +02:00
parent b10c44aa8a
commit c5c8a2f0cf

View File

@ -1335,7 +1335,7 @@ single.getRoute("/webui/cheats").on("beforeload", function () {
})
);
} else {
if (await res.text() == "Log-in expired") {
if ((await res.text()) == "Log-in expired") {
revalidateAuthz(() => {
single.loadRoute("/webui/cheats");
});