Skip to content

Commit

Permalink
rubocop fix
Browse files Browse the repository at this point in the history
this was a lint failure in main
  • Loading branch information
ShanaLMoore committed Nov 14, 2024
1 parent 081c553 commit ce3754d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
config.force_ssl = true
config.ssl_options = {
redirect: {
exclude: -> request { request.path == '/healthz' }
exclude: ->(request) { request.path == '/healthz' }
}
}
# Use the lowest log level to ensure availability of diagnostic information
Expand Down

0 comments on commit ce3754d

Please sign in to comment.