elixir-toniq / vapor

Runtime configuration system for Elixir
MIT License
592 stars 36 forks source link

Fix numeric conversion when they are same type #49

Closed qgadrian closed 4 years ago

qgadrian commented 4 years ago

Currently this lib is crashing when trying to convert a numeric type if they are not strings.

keathley commented 4 years ago

Thanks @qgadrian :tada: