Fix warning

This commit is contained in:
Chris McCord 2022-01-26 11:33:55 -05:00
parent 4a5728daf5
commit 83db1294f9

View file

@ -34,7 +34,7 @@ defmodule LiveBeatsWeb.ProfileLive.UploadFormComponent do
end
@impl true
def handle_event("validate", %{"_target" => ["mp3"]} = params, socket) do
def handle_event("validate", %{"_target" => ["mp3"]}, socket) do
{_done, in_progress} = uploaded_entries(socket, :mp3)
new_socket =