Skip to content

Commit 3668399

Browse files
committed
tidy
1 parent 5e4bd94 commit 3668399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambdas/id_sync/src/record_processor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def process_record(event_record: AwsLambdaSqsEventRecord):
3737
else:
3838
return {"status": "error", "message": "No ID found in event record"}
3939

40+
4041
def get_id(event_body) -> Optional[str]:
4142
"""Extract subject identifier from FHIR Bundle notification event"""
4243
try:

0 commit comments

Comments
 (0)