Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
machinehum committed Jan 9, 2024
1 parent f19beea commit 5057661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/connectors/ctgov.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def nct_ids_for_location(location, page_token = nil)
payload = JSON.parse(response.body || "{}")

response_ids = Array(payload.dig("studies")).map do |result|
result.dig("protocolSection").dig("identificationModule").dig("nctId")
result.dig("protocolSection").dig("identificationModule").dig("nctId")
end

# Add the ids we just received, and ...
Expand Down

0 comments on commit 5057661

Please sign in to comment.