forked from AkkomaGang/akkoma
Fix lint errors
This commit is contained in:
parent
f66675f349
commit
f02715c4b2
3 changed files with 4 additions and 3 deletions
|
@ -945,7 +945,8 @@
|
|||
%{
|
||||
key: :privileged_staff,
|
||||
type: :boolean,
|
||||
description: "Let moderators access sensitive data (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)"
|
||||
description:
|
||||
"Let moderators access sensitive data (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -10,8 +10,8 @@ defmodule Pleroma.Web.Plugs.EnsureStaffPrivilegedPlug do
|
|||
import Pleroma.Web.TranslationHelpers
|
||||
import Plug.Conn
|
||||
|
||||
alias Pleroma.User
|
||||
alias Pleroma.Config
|
||||
alias Pleroma.User
|
||||
|
||||
def init(options) do
|
||||
options
|
Loading…
Reference in a new issue