typo in pattern match (#57)

This commit is contained in:
Matthew Ryan Dillon 2020-11-21 18:18:07 -07:00 committed by GitHub
parent b2a0d688bb
commit cef9ea72c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,7 +179,7 @@ defmodule PlannerWeb.TasksLive do
{:noreply, push_patch(socket, to: route)} {:noreply, push_patch(socket, to: route)}
{:error, changeset} -> {:error, _, changeset, _} ->
send_update(TaskEditComponent, id: "task_edit:#{task.id}", changeset: changeset) send_update(TaskEditComponent, id: "task_edit:#{task.id}", changeset: changeset)
{:noreply, socket} {:noreply, socket}
end end