Skip to content

Commit ec888f7

Browse files
committed
Remove unused temporary variable.
1 parent 97a09d6 commit ec888f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/fhir_client/client.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ def get_oauth2_metadata_from_conformance
134134
authorize_extension = 'authorize'
135135
token_extension = 'token'
136136
begin
137-
capabilities = capability_statement
138-
capabilities.rest.each do |rest|
137+
capability_statement.rest.each do |rest|
139138
rest.security.service.each do |service|
140139
service.coding.each do |coding|
141140
next unless coding.code == 'SMART-on-FHIR'

0 commit comments

Comments
 (0)