Make lint happy

This commit is contained in:
Sean King 2022-12-21 23:40:39 -07:00
parent 351b5a9df4
commit 90681c720d
No known key found for this signature in database
GPG Key ID: 510C52BACD6E7257
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPI do
options =
if ("pleroma:report" not in options.include_types and
User.privileged?(user, :reports_manage_reports)) or
User.privileged?(user, :reports_manage_reports)) or
User.privileged?(user, :reports_manage_reports) do
options
else