fix status page embed
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m3s

This commit is contained in:
Lee 2024-04-19 20:05:55 +01:00
parent 03cdef9d23
commit 19f52d8575

@ -65,7 +65,7 @@ export async function generateMetadata(): Promise<Metadata> {
for (const endpoint of endpoints) {
const { name, hostname, status } = endpoint;
description += `${name} (${hostname}): ${status}\n`;
description += `${name}: ${capitalizeFirstLetter(status.toLowerCase())}\n`;
}
return generateEmbed({