Openstatus www.openstatus.dev

bug: improve message formating (#1664)

authored by

Thibault Le Ouay and committed by
GitHub
5401a2e7 ec9e5698

+1 -1
+1 -1
packages/notifications/google-chat/src/index.ts
··· 85 85 86 86 try { 87 87 await postToWebhook( 88 - `*✅ Recovered <${monitor.url}|${name}>**\n> Check your <https://www.openstatus.dev/app/|Dashboard>.\n`, 88 + `*✅ Recovered <${monitor.url}|${name}>*\n> Check your <https://www.openstatus.dev/app/|Dashboard>.\n`, 89 89 webhookUrl, 90 90 ); 91 91 } catch (err) {