fix alias ordering
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
f565cf2b5b
commit
36b71733a0
4 changed files with 4 additions and 4 deletions
|
|
@ -2,9 +2,9 @@ defmodule Pleroma.Web.MastodonAPI.TagController do
|
|||
@moduledoc "Hashtag routes for mastodon API"
|
||||
use Pleroma.Web, :controller
|
||||
|
||||
alias Pleroma.User
|
||||
alias Pleroma.Hashtag
|
||||
alias Pleroma.Pagination
|
||||
alias Pleroma.User
|
||||
|
||||
import Pleroma.Web.ControllerHelper,
|
||||
only: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue