def and end accidentally got removed.

master
Rachel Fae Fox (foxiepaws) 2019-07-31 15:12:12 -04:00
parent b0b223b2ac
commit e43a40805d
1 changed files with 2 additions and 1 deletions

View File

@ -260,10 +260,11 @@ defmodule Hunter.Api.HTTPClient do
|> request!(:list, :get, [], conn)
end
get_list_accounts(conn, id) do
def get_list_accounts(conn, id) do
"/api/v1/lists/#{id}/accounts"
|> process_url(conn)
|> request!(:list, :get, [], conn)
end
def instance_info(conn) do
"/api/v1/instance"