mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-24 03:48:40 +02:00
Fix linting errors.
This commit is contained in:
parent
b0d6b5b13d
commit
3e699f8ac3
@ -185,7 +185,7 @@ let needSetup = false;
|
||||
let slug = StatusPage.domainMappingList[hostname];
|
||||
await StatusPage.handleStatusPageResponse(response, server.indexHTML, slug);
|
||||
|
||||
} else if (uptimeKumaEntryPage && uptimeKumaEntryPage.startsWith('statusPage-')) {
|
||||
} else if (uptimeKumaEntryPage && uptimeKumaEntryPage.startsWith("statusPage-")) {
|
||||
response.redirect("/status/" + uptimeKumaEntryPage.replace("statusPage-", ""));
|
||||
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user