mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-21 15:41:00 +00:00
Fix warning
This commit is contained in:
parent
4a5728daf5
commit
83db1294f9
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue