Files
Erupe/server
Houmgaor f689770e94 fix(channelserver): handle db.Begin() error in event quest enumeration
A failed Begin() returned a nil tx that would panic on the next
tx.Exec() call. Now logs the error, closes rows, and returns an
empty response gracefully.
2026-02-21 13:30:25 +01:00
..