Skip to content

Commit 081ae66

Browse files
committed
make fn public
1 parent 5abbf1a commit 081ae66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora/accounts/accounts.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ defmodule Algora.Accounts do
850850
end
851851
end
852852

853-
defp extract_content_type(headers) do
853+
def extract_content_type(headers) do
854854
case List.keyfind(headers, "content-type", 0) do
855855
{_, content_type} -> content_type
856856
nil -> "application/octet-stream"

0 commit comments

Comments
 (0)