remove unused variable
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 16 Dec 2022 12:36:34 +0000 (12:36 +0000)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 16 Dec 2022 12:36:34 +0000 (12:36 +0000)
lib/pleroma/web/preload.ex

index e554965a26a12f42498ca952103f1835db85fabf..57705d2de9b281b20bc09b6f1c39d7a022ed7458 100644 (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 =