Not my problem lol
This commit is contained in:
parent
cdc24571b8
commit
3fe582816f
2
index.js
2
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!`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue