mirror of
https://github.com/Kizuren/statusPage.git
synced 2026-01-04 21:56:43 +01:00
Missing +
This commit is contained in:
parent
fb24670358
commit
41524cf7c7
1 changed files with 2 additions and 2 deletions
|
|
@ -152,8 +152,8 @@ while(true) {
|
|||
if(config.telegram?.botToken && config.telegram?.chatId) {
|
||||
/*await*/ sendTelegramMessage(config.telegram.botToken, config.telegram.chatId,
|
||||
`🔥 ERROR\n`+
|
||||
`${site.name || siteId} — ${endpoint.name || endpointId} [${endpointStatus.ttfb.toFixed(2)}ms]\n`
|
||||
`→ ${endpointStatus.err}`
|
||||
`${site.name || siteId} — ${endpoint.name || endpointId} [${endpointStatus.ttfb.toFixed(2)}ms]\n`+
|
||||
`→ ${endpointStatus.err}`+
|
||||
`\n→ ${endpoint.link || endpoint.url}\n`
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue