diff --git a/index.js b/index.js index 3e8f05e..0118233 100644 --- a/index.js +++ b/index.js @@ -169,6 +169,7 @@ ${stats.isNewRecord ? `🎉 NEW RECORD! 🎉 A new record has been set, at ${sta ...stats, date: yesterday } } + console.log("Sending Matrix message:", JSON.stringify(message, null, 2)); } async function sendSummaryDiscord(yesterday, stats) {