Skip to content

Commit

Permalink
Merge 86c3f25 into 4aae339
Browse files Browse the repository at this point in the history
  • Loading branch information
decasm committed May 31, 2019
2 parents 4aae339 + 86c3f25 commit 359668f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http_router.ex
Expand Up @@ -368,7 +368,7 @@ defmodule HttpRouter do
defp ignore_args(nil), do: ""
defp ignore_args(str) do
str
|> String.to_char_list
|> String.to_charlist
|> do_ignore_args
|> to_string
end
Expand Down

0 comments on commit 359668f

Please sign in to comment.