mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 19:57:09 +00:00
8a696da7ae
The AcknowledgeAlert function was modifying the alert pointer but not writing it back to the activeAlerts map. Since Go maps store values (not references), the acknowledged state wasn't being persisted. Fixed by adding the map update after modifying the alert properties.