forked from AkkomaGang/akkoma
remove unused variable
This commit is contained in:
parent
18bf82d747
commit
1f5bc4d68a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
defmodule Pleroma.Web.Preload do
|
||||
alias Phoenix.HTML
|
||||
|
||||
def build_tags(%{assigns: %{csp_nonce: nonce}} = conn, params) do
|
||||
def build_tags(%{assigns: %{csp_nonce: nonce}}, params) do
|
||||
preload_data =
|
||||
Enum.reduce(Pleroma.Config.get([__MODULE__, :providers], []), %{}, fn parser, acc ->
|
||||
terms =
|
||||
|
|
Loading…
Reference in a new issue