Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Maksim 2020-09-13 11:54:15 +00:00
parent b267b751d4
commit 489a107cf4
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ defmodule Pleroma.Emoji.Pack do
end)
end
@spec add_file(String.t(), String.t(), Path.t(), Plug.Upload.t()) ::
@spec add_file(t(), String.t(), Path.t(), Plug.Upload.t()) ::
{:ok, t()}
| {:error, File.posix() | atom()}
def add_file(%Pack{} = pack, _, _, %Plug.Upload{content_type: "application/zip"} = file) do