Skip to content

Commit

Permalink
lint a random file (#3811)
Browse files Browse the repository at this point in the history
  • Loading branch information
osc-bot authored Sep 23, 2024
1 parent b4cfc6a commit 93c5c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/app/controllers/files_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def upload

@transfer = @path.handle_upload(params[:file].tempfile)
if @transfer
render "transfers/show"
render 'transfers/show'
else
render json: {}
end
Expand Down

0 comments on commit 93c5c9c

Please sign in to comment.