mirror of
https://github.com/tiennm99/goclaw.git
synced 2026-06-18 03:30:53 +00:00
f21bf81280
Go can serialize empty slices as null in JSON. The events page accessed p.changes.length without null checking, causing a crash when viewing team.updated or agent_link.updated events with null changes arrays. Fixes #192 Co-authored-by: Luvu182 <208665161+Luvu182@users.noreply.github.com>