Skip to content

Commit

Permalink
Fixed broken config_or_default case
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkomiu committed Jul 17, 2016
1 parent 8e0ea7f commit ecdf6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix_inline_svg/helpers.ex
Expand Up @@ -99,7 +99,7 @@ defmodule PhoenixInlineSvg.Helpers do
case Application.fetch_env(:phoenix_inline_svg, config) do
:error ->
default
data ->
{:ok, data} ->
data
end
end
Expand Down

0 comments on commit ecdf6b4

Please sign in to comment.