logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 8ed506a370f0b4a7743353cd3c96c9dacd290765
parent 0b7d2142111fa6ff6d0d9a462322f4bc88f15175
Author: Mark Felder <feld@feld.me>
Date:   Sat, 20 Jan 2024 17:05:55 -0500

Fix invalid type

lib/pleroma/docs/json.ex:21:unknown_type
Unknown type: Map.t/0.

Diffstat:

Mlib/pleroma/docs/json.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/docs/json.ex b/lib/pleroma/docs/json.ex @@ -18,7 +18,7 @@ defmodule Pleroma.Docs.JSON do :persistent_term.put(@term, Pleroma.Docs.Generator.convert_to_strings(descriptions)) end - @spec compiled_descriptions :: Map.t() + @spec compiled_descriptions :: map() def compiled_descriptions do :persistent_term.get(@term) end