Cosecha/redadalertas

Event validation failed: type: `falsealarm` is not a valid enum value for path `type`

alexgraffeocohen opened this issue · 1 comments

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): Cosecha/redadalertas-api@18dc5e9
Are you still having this issue on events?