mirror of
https://github.com/xtr-dev/rondevu-server.git
synced 2025-12-13 20:33:25 +00:00
The message validation was missing a continue statement, causing the handler to continue executing even after pushing an error response. This led to undefined errors when trying to map over undefined values.