We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb330a commit af29a78Copy full SHA for af29a78
lambdas/id_sync/src/pds_details.py
@@ -54,4 +54,3 @@ def pds_get_patient_id(nhs_number: str) -> str:
54
msg = f"Error getting PDS patient ID for {nhs_number}"
55
logger.exception(msg)
56
raise IdSyncException(message=msg, exception=e)
57
-
0 commit comments