Skip to content

Commit

Permalink
rubocop nits
Browse files Browse the repository at this point in the history
  • Loading branch information
anniebtran committed Mar 25, 2024
1 parent 6cd097c commit 69a702e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ def service_name
def self.base_request_headers
# Can use regular Decision Reviews API key in lower environments
return super unless Rails.env.production?
# Since we're using the `uploads/validate_document` endpoint under Benefits Intake API,

# Since we're using the `uploads/validate_document` endpoint under Benefits Intake API,
# we need to use their API key. This is pulled from BenefitsIntakeService::Configuration
api_key = Settings.benefits_intake_service.api_key || Settings.form526_backup.api_key
super.merge('apiKey' => api_key)
Expand Down

0 comments on commit 69a702e

Please sign in to comment.