diff --git a/index.js b/index.js index 0118233..bf88a78 100644 --- a/index.js +++ b/index.js @@ -137,7 +137,7 @@ async function sendSummary() { } async function sendSummaryMatrix(yesterday, stats) { - const html = ``` + const html = ` @@ -153,7 +153,7 @@ async function sendSummaryMatrix(yesterday, stats) { ${stats.isNewRecord ? `` : ''}
🎉 NEW RECORD! 🎉 A new record has been set, at ${stats.totalCallsMade}!
- ```; + `; var message = { "msgtype": "m.text", "format": "org.matrix.custom.html",