commit: def088ce520ffac3e200cbf63b049f1d918d2b79
parent ab3f03a04a34f2e267bef649ea7d055df583e43e
Author: marcin mikołajczak <git@mkljczk.pl>
Date: Sun, 21 Jan 2024 18:23:24 +0100
format
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/lib/pleroma/web/api_spec/schemas/poll.ex b/lib/pleroma/web/api_spec/schemas/poll.ex
@@ -60,7 +60,10 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Poll do
pleroma: %Schema{
type: :object,
properties: %{
- non_anonymous: %Schema{type: :boolean, description: "Can voters be publicly identified?"}
+ non_anonymous: %Schema{
+ type: :boolean,
+ description: "Can voters be publicly identified?"
+ }
}
}
},