forked from LiteNet/freepbx-stats
h
This commit is contained in:
parent
53ee24cc3d
commit
75ef9c9c32
1
index.js
1
index.js
|
@ -169,6 +169,7 @@ ${stats.isNewRecord ? `🎉 NEW RECORD! 🎉 A new record has been set, at ${sta
|
||||||
...stats, date: yesterday
|
...stats, date: yesterday
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
console.log("Sending Matrix message:", JSON.stringify(message, null, 2));
|
||||||
}
|
}
|
||||||
|
|
||||||
async function sendSummaryDiscord(yesterday, stats) {
|
async function sendSummaryDiscord(yesterday, stats) {
|
||||||
|
|
Loading…
Reference in a new issue