From 2731ccd7f9441f016776c6c41aac2acd44e61edf Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 20 Sep 2025 21:01:48 +0200 Subject: [PATCH] h --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",