it sure would help if i could actually write elixir too. #1

master
Rachel Fae Fox (foxiepaws) 2019-07-31 01:24:57 -04:00
parent d5a243d3c8
commit 67e364d044
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ defmodule Hunter.Api.HTTPClient do
end
def list_timeline(conn, list, options) do
retrieve_timeline(conn, "/api/v1/timelines/list/"++list, options)
retrieve_timeline(conn, "/api/v1/timelines/list/#{list}", options)
end
defp retrieve_timeline(conn, endpoint, options) do