Skip to content

Commit

Permalink
delint
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Mar 24, 2023
1 parent a39497d commit 329e330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/event.rb
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def speaker_emails
end

def self.display_presentation_modes
presentation_modes.map { |key, value| [key.humanize.titlecase, key] }
presentation_modes.map { |key, _value| [key.humanize.titlecase, key] }
end

##
Expand Down

0 comments on commit 329e330

Please sign in to comment.