remove unused variable

This commit is contained in:
FloatingGhost 2022-12-16 12:36:34 +00:00
parent 18bf82d747
commit 1f5bc4d68a
1 changed files with 1 additions and 1 deletions

View File

@ -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 =