Skip to content

Commit

Permalink
Debug params
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Dec 17, 2024
1 parent 2c35a29 commit 9586584
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/dashboard/app/controllers/files_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ def upload

@transfer = @path.handle_upload(params[:file].tempfile)

puts params

if @transfer.kind_of?(Transfer)
render 'transfers/show'
else
Expand Down

0 comments on commit 9586584

Please sign in to comment.