From ce3754d2648e3e006e2615739b41bb9d9ba5c3e5 Mon Sep 17 00:00:00 2001 From: Shana Moore Date: Thu, 14 Nov 2024 11:50:42 -0800 Subject: [PATCH] rubocop fix this was a lint failure in main --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 94a15f300..6691a6ac2 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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