Skip to content

Commit

Permalink
fix: indentation for sidekiq.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorreem committed Oct 24, 2024
1 parent 2ab6049 commit 8a6b4c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/sidekiq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Sidekiq.configure_client do |config|
config.redis = {
url: ENV['REDIS_URL'],
ssl_params: { verify_mode: OpenSSL::SSL::VERIFY_NONE }
url: ENV['REDIS_URL'],
ssl_params: { verify_mode: OpenSSL::SSL::VERIFY_NONE }
}
end

0 comments on commit 8a6b4c5

Please sign in to comment.