Skip to content

Commit

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

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

puts "Transfer: #{@transfer}"

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

0 comments on commit 2a0d646

Please sign in to comment.