1
0
Fork 0
mirror of https://git.pleroma.social/pleroma/pleroma.git synced 2025-04-22 19:04:27 +00:00

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
lib/pleroma/web/admin_api/controllers
test/pleroma/web/admin_api/controllers

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