fix warnings
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user