Skip to content

Commit

Permalink
KPMP-5506: Move get_redcap_by_spectrack_id back to dlu_management, si…
Browse files Browse the repository at this point in the history
…nce this is data in the dmd tables
  • Loading branch information
rlreamy committed Aug 8, 2024
1 parent d7fa663 commit 260a535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_management/services/dlu_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,)
)
Expand Down

0 comments on commit 260a535

Please sign in to comment.