Skip to content

Commit

Permalink
"fix" rubocop warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiahstroud committed Jul 26, 2024
1 parent 47067d8 commit d53428a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/lib/middleware/omniauth_stack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def middleware_stack
@middleware_stack ||= build_middleware_stack
end

def build_middleware_stack
def build_middleware_stack # rubocop:disable Metrics/MethodLength
session_store = Rails.application.config.session_store
session_options = Rails.application.config.session_options

Expand Down

0 comments on commit d53428a

Please sign in to comment.