From 3fe582816f51c8de00350d94f606d75a919e22a8 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Wed, 13 Nov 2024 18:36:47 -0700 Subject: [PATCH] Not my problem lol --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0bf04b9..0ab13dc 100644 --- a/index.js +++ b/index.js @@ -46,7 +46,7 @@ kuma.status(process.env.STATUSPAGE).then((status) => { let statusString = `Service Status at ${onlinePercentage.toFixed(0)}%. `; if (offline.length > 0) { - statusString += `${offline.length} of ${totalCount} services are offline... Offline services follow... ${offline.join("... ")}` + statusString += `${offline.length} of ${totalCount} services are offline. Offline services follow, ${offline.join(". ")}` } else { statusString += `No outages detected!` }