diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2024-01-21 18:23:24 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2024-01-21 18:23:24 +0100 |
commit | def088ce520ffac3e200cbf63b049f1d918d2b79 (patch) | |
tree | 904d408cb111574998a55d54d148133044cca6ed | |
parent | ab3f03a04a34f2e267bef649ea7d055df583e43e (diff) | |
download | pleroma-def088ce520ffac3e200cbf63b049f1d918d2b79.tar.gz pleroma-def088ce520ffac3e200cbf63b049f1d918d2b79.zip |
format
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
-rw-r--r-- | lib/pleroma/web/api_spec/schemas/poll.ex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/schemas/poll.ex b/lib/pleroma/web/api_spec/schemas/poll.ex index eeb1a5490..20cf5b061 100644 --- 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?" + } } } }, |