redadalertas
redadalertas copied to clipboard
Event validation failed: type: `falsealarm` is not a valid enum value for path `type`
The False Alarm type was implemented in the App, but not on the server, so if events are submitted with that type they will fail. I imagine that we just need to add that enum type to the server.
This appears to be on the event schema object already (courtesy of past me, who totally forgot i already did this): https://github.com/Cosecha/redadalertas-api/commit/18dc5e9280f669aba41d02c9923d53c9d8c6eee5 Are you still having this issue on events?