mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 11:46:28 +00:00
c67d6d960d
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.