township-agency / ex_teal

MIT License
1 stars 0 forks source link

fix: Serializer should consider errors where the key is an array #205

Closed staylorwr closed 1 year ago

staylorwr commented 1 year ago

Ecto.Changset.unsafe_validate_change/4 can return a changeset whose errors includes a key that is an array. This was breaking teal's error serialization.