fix compiler warning

This commit is contained in:
connor rigby 2017-08-09 09:50:30 -07:00
parent d47d44ad21
commit cf2fd45878

View file

@ -199,7 +199,7 @@ defmodule Farmbot.HTTP do
case header do
"Content-Length" -> val
"content_length" -> val
header -> nil
_header -> nil
end
end)
HTTPoison.stream_next(%AsyncResponse{id: ref})