fix module name

This commit is contained in:
Maksim Pechnikov 2020-10-22 12:04:23 +03:00
parent add26817e3
commit ef627b9391
2 changed files with 1 additions and 1 deletions

View File

@ -9,13 +9,13 @@ defmodule Pleroma.Web.AdminAPI.UserController do
only: [fetch_integer_param: 3]
alias Pleroma.ModerationLog
alias Pleroma.Plugs.OAuthScopesPlug
alias Pleroma.User
alias Pleroma.Web.ActivityPub.Builder
alias Pleroma.Web.ActivityPub.Pipeline
alias Pleroma.Web.AdminAPI
alias Pleroma.Web.AdminAPI.AccountView
alias Pleroma.Web.AdminAPI.Search
alias Pleroma.Web.Plugs.OAuthScopesPlug
@users_page_size 50