remove extra @impl true

This commit is contained in:
2023-03-16 17:25:04 -04:00
parent 5f2e69abbd
commit cc29f875fa
11 changed files with 15 additions and 22 deletions
lib/memex_web/live
context_live
invite_live
note_live
pipeline_live
priv/gettext

@ -59,7 +59,6 @@ defmodule MemexWeb.ContextLive.Index do
{:noreply, socket}
end
@impl true
def handle_event("search", %{"search" => %{"search_term" => ""}}, socket) do
{:noreply, socket |> push_patch(to: Routes.context_index_path(Endpoint, :index))}
end