Revert "Pleroma.Web.PleromaAPI.MascotController: dialyzer errors"

This reverts commit 9c8055d4b3.
This commit is contained in:
Mark Felder 2024-01-30 14:18:36 -05:00
commit 2c8e4f32c6
3 changed files with 4 additions and 5 deletions

View file

@ -51,7 +51,6 @@ defmodule Pleroma.Upload do
| {:size_limit, nil | non_neg_integer()}
| {:uploader, module()}
| {:filters, [module()]}
| {:actor, String.t()}
@type t :: %__MODULE__{
id: String.t(),