forked from AkkomaGang/akkoma
Fix credo warning
This commit is contained in:
parent
d3c404af12
commit
9b68aab8b3
1 changed files with 2 additions and 1 deletions
|
@ -5,8 +5,9 @@
|
||||||
defmodule Pleroma.Web.MastodonAPI.MastoFEController do
|
defmodule Pleroma.Web.MastodonAPI.MastoFEController do
|
||||||
use Pleroma.Web.ConnCase
|
use Pleroma.Web.ConnCase
|
||||||
|
|
||||||
alias Pleroma.User
|
|
||||||
alias Pleroma.Config
|
alias Pleroma.Config
|
||||||
|
alias Pleroma.User
|
||||||
|
|
||||||
import Pleroma.Factory
|
import Pleroma.Factory
|
||||||
|
|
||||||
clear_config([:instance, :public])
|
clear_config([:instance, :public])
|
||||||
|
|
Loading…
Reference in a new issue