Fix Elixir 1.8 type annotation issue

stable
Maxim Filippov 6 years ago
parent f20bfc9ea5
commit e8eff9fe03

@ -34,8 +34,9 @@ defmodule Pleroma.Upload do
require Logger require Logger
@type source :: @type source ::
Plug.Upload.t() | data_uri_string :: Plug.Upload.t()
String.t() | {:from_local, name :: String.t(), id :: String.t(), path :: String.t()} | (data_uri_string :: String.t())
| {:from_local, name :: String.t(), id :: String.t(), path :: String.t()}
@type option :: @type option ::
{:type, :avatar | :banner | :background} {:type, :avatar | :banner | :background}

Loading…
Cancel
Save