From cdc24571b8d7cd66149c9b51cb29b24d24124ea2 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Wed, 13 Nov 2024 18:33:27 -0700 Subject: [PATCH] Test --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 547dd93..0bf04b9 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!` }