mathieuprog / polymorphic_embed

Polymorphic embeds in Ecto
Apache License 2.0
341 stars 63 forks source link

Remove unused variable #41

Closed maennchen closed 3 years ago

maennchen commented 3 years ago

Solved the following warning:

warning: variable "errors" is unused (if the variable is not meant to be used, prefix it with an underscore)
  lib/polymorphic_embed.ex:347: PolymorphicEmbed.traverse_errors/2
mathieuprog commented 3 years ago

Ty that was fast 😅 released 1.5.1

maennchen commented 3 years ago

Thanks :heart: