Skip to content

Commit

Permalink
Merge branch 'master' into fix/add_jenkins_dcp_to_ci_pool
Browse files Browse the repository at this point in the history
  • Loading branch information
haraprasadj authored Feb 29, 2024
2 parents e21abed + 90b6609 commit d66cf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/scripts/healdata/heal-cedar-data-ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def get_related_studies(serial_num, hostname):
related_study_result = []

if serial_num:
mds = requests.get(f"https://revproxy-service/mds/metadata?nih_reporter.project_num_split.serial_num={serial_num}&data=true&limit=2000")
mds = requests.get(f"http://revproxy-service/mds/metadata?nih_reporter.project_num_split.serial_num={serial_num}&data=true&limit=2000")
if mds.status_code == 200:
related_study_metadata = mds.json()

Expand Down

0 comments on commit d66cf2b

Please sign in to comment.