diff --git a/src/info-page.ts b/src/info-page.ts index ae3ea0d..5cd1679 100644 --- a/src/info-page.ts +++ b/src/info-page.ts @@ -354,7 +354,7 @@ Logs are anonymous and do not contain IP addresses or timestamps. [You can see t function getSelfServiceLinks() { if (config.gatekeeper !== "user_token") return ""; - return ``; + return ``; } /** Returns queue time in seconds, or minutes + seconds if over 60 seconds. */