diff --git a/data_management/services/dlu_management.py b/data_management/services/dlu_management.py index 09051e5..267b2f2 100644 --- a/data_management/services/dlu_management.py +++ b/data_management/services/dlu_management.py @@ -151,7 +151,7 @@ def move_globus_files_to_dlu(self, package_id: str): response_msg = ready_status return response_msg - def get_redcapid_by_subjectid(self, subject_id: str): + def get_redcapid_by_subjectid(self, subject_id: str): result = self.db.get_data( "select spectrack_redcap_record_id from spectrack_specimen where spectrack_sample_id = %s", (subject_id,) )