BlakeWilliams / Elixir-Slack

Slack real time messaging and web API client in Elixir
MIT License
675 stars 182 forks source link

switch out deprecated function #171

Closed acconrad closed 6 years ago

acconrad commented 6 years ago

The current code generates this warning:

warning: String.to_char_list/1 is deprecated, use String.to_charlist/1

So let's just swap this out, very easy to change

BlakeWilliams commented 6 years ago

Nice fix, thanks!