Add new stat

This commit is contained in:
2025-10-08 09:50:33 -07:00
parent f5009780aa
commit bf9f20a13c
4 changed files with 17 additions and 3 deletions

View File

@@ -1,6 +1,10 @@
json.park_count @park_count
json.alert_count @alert_count
json.most_alerts do
json.state_with_most_parks do
json.state @state_with_most_parks[0]
json.park_count @state_with_most_parks[1]
end
json.park_with_most_alerts do
json.park_code @park_with_most_alerts[0]
json.alert_count @park_with_most_alerts[1]
end