Skip to content

Commit f3827ed

Browse files
committed
Nudge build
1 parent f9587aa commit f3827ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/fhir_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def delete_immunization(self, aws_event):
392392
return self.create_response(403, unauthorized.to_operation_outcome())
393393

394394
def search_immunizations(self, aws_event: APIGatewayProxyEventV1) -> dict:
395-
logger.info("SAW: search_immunizations")
395+
logger.info("SAW: search_immunizations.")
396396

397397
if response := self.authorize_request(aws_event):
398398
return response

0 commit comments

Comments
 (0)