fix warnings

This commit is contained in:
2024-03-30 20:51:36 +01:00
parent 859cce592b
commit ff54a9e22d
5 changed files with 23 additions and 12 deletions

View File

@ -27,7 +27,7 @@ defmodule SomethingErlangWeb.PageController do
end
end
def to_forum_path(conn, params) do
def to_forum_path(conn, _params) do
render(conn, :home)
end
end