Skip to content

Commit

Permalink
Changed content type
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Nov 23, 2023
1 parent 1a3f15c commit 24c3c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/systems/feldspar/s3.ex
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ defmodule Systems.Feldspar.S3 do

defp content_type(name) do
name
|> String.split(name, ".")
|> String.split(".")
|> List.last()
|> content_type()
end
Expand Down

0 comments on commit 24c3c6d

Please sign in to comment.