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
|
|
@ -3,9 +3,9 @@ defmodule Pleroma.User.HashtagFollow do
|
|||
import Ecto.Query
|
||||
import Ecto.Changeset
|
||||
|
||||
alias Pleroma.User
|
||||
alias Pleroma.Hashtag
|
||||
alias Pleroma.Repo
|
||||
alias Pleroma.User
|
||||
|
||||
schema "user_follows_hashtag" do
|
||||
belongs_to(:user, User, type: FlakeId.Ecto.CompatType)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue