1
0
mirror of https://github.com/tormachris/cf-workers-status-page.git synced 2025-07-04 11:02:48 +02:00

chore(wrangler): cleanup

This commit is contained in:
Adam Janis
2020-11-15 00:35:47 +01:00
parent 14fc5ca457
commit 359595b3b3
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ export async function notifySlack(monitor, newMetadata) {
type: 'mrkdwn',
text: `${
newMetadata.operational ? ':white_check_mark:' : ':x:'
} \`${monitor.method} ${monitor.url}\` - :eyes: <${
} \`${monitor.method ? monitor.method : "GET"} ${monitor.url}\` - :eyes: <${
config.settings.url
}|Status Page>`,
},