mirror of
https://github.com/ClaperCo/Claper.git
synced 2026-07-09 11:59:50 +02:00
The FormSubmit changeset required user_id, but anonymous attendees only have attendee_identifier. This caused a CaseClauseError since the error tuple was unhandled. Now the changeset accepts either user_id or attendee_identifier, and error cases are properly handled.