We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596d303 commit 7813ff9Copy full SHA for 7813ff9
src/functions/helpers.js
@@ -64,7 +64,7 @@ export async function notifySlack(monitor, operational) {
64
}
65
66
export async function notifyTelegram(monitor, operational) {
67
- const text = `Monitor *${monitor.name.replace(
+ const text = `Monitor *${monitor.name.replaceAll(
68
'-',
69
'\\-',
70
)}* changed status to *${getOperationalLabel(operational)}*
0 commit comments