Fix log?
Some checks are pending
ptero-push / build (push) Waiting to run

This commit is contained in:
Christopher Cookman 2025-02-12 07:54:59 -07:00
parent 5b487125aa
commit 1a7c1735f4

View file

@ -378,7 +378,7 @@ xmpp.on("stanza", (stanza) => {
const diff = (now - product_id.timestamp) / 1000 / 60;
if (diff > 3) return;
// if (config.debug >= 1) console.log(`${colors.magenta("[DEBUG]")} New message from ${fromChannel}`);
console.log(`${colors.cyan("[INFO]")} ${getWFO(fromChannel)?.location || fromChannel} issues ${evt.name}`)
console.log(`${colors.cyan("[INFO]")} ${wfo.location || fromChannel} issues ${evt.text}`)
messages++;