Improve status message on local weather alerts node

This commit is contained in:
2025-03-22 23:15:29 -04:00
parent a1c1e23935
commit dcb075ed48

View File

@ -139,7 +139,7 @@ let statusMsg = {
"status": { "status": {
"fill": "green", "fill": "green",
"shape": "dot", "shape": "dot",
"text": alerts.length + " alerts processed at " + new Date().toLocaleString() "text": `${alerts.length} alerts processed at ${new Date().toLocaleString()}`
} }
} }