forked from AkkomaGang/akkoma
Fix aliases sorting
This commit is contained in:
parent
33f063204e
commit
2e59cdd80f
1 changed files with 1 additions and 1 deletions
|
@ -11,8 +11,8 @@ defmodule Pleroma.Web.MastodonAPI.AppController do
|
|||
use Pleroma.Web, :controller
|
||||
|
||||
alias Pleroma.Maps
|
||||
alias Pleroma.User
|
||||
alias Pleroma.Repo
|
||||
alias Pleroma.User
|
||||
alias Pleroma.Web.OAuth.App
|
||||
alias Pleroma.Web.OAuth.Scopes
|
||||
alias Pleroma.Web.OAuth.Token
|
||||
|
|
Loading…
Reference in a new issue