Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arie committed Aug 9, 2024
1 parent d0d2e36 commit d95c6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/uploads_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def find_reservation(reservation_id)
if played_or_made_reservation.nil? && (current_user.admin? || current_user.league_admin? || current_user.streamer?)
reservation = Reservation.find(reservation_id)
Rails.logger.info("ZIP download by #{current_user.name} (#{current_user.uid}) for reservation #{reservation.id} made by #{reservation&.user&.uid}") if reservation
reservatio
reservation
else
played_or_made_reservation
end
Expand Down

0 comments on commit d95c6dc

Please sign in to comment.