forked from LiteNet/freepbx-stats
h
This commit is contained in:
parent
58ed3b9fc7
commit
926f1c16f6
2
index.js
2
index.js
|
@ -168,6 +168,8 @@ ${stats.isNewRecord ? `🎉 NEW RECORD! 🎉 A new record has been set, at ${sta
|
|||
}
|
||||
}
|
||||
console.log("Sending Matrix message:", JSON.stringify(message, null, 2));
|
||||
console.log("Plaintext:\n", message.body)
|
||||
console.log("HTML:\n", message.formatted_body)
|
||||
}
|
||||
|
||||
async function sendSummaryDiscord(yesterday, stats) {
|
||||
|
|
Loading…
Reference in a new issue