elixir-cldr / cldr_dates_times

Date & times formatting functions for the Common Locale Data Repository (CLDR) package https://github.com/elixir-cldr/cldr
Other
68 stars 13 forks source link

Map.get on success tuple #3

Closed LostKobrakai closed 6 years ago

LostKobrakai commented 6 years ago

https://github.com/kipcole9/cldr_dates_times/blob/master/lib/cldr/datetime/datetime.ex#L159-L160

The Map.get here fails because it's getting a {:ok, map} success tuple from the prev. function.