Skip to content

Commit 02688c7

Browse files
Akol125nhsdevws
authored andcommitted
remove unused files
1 parent bff3c84 commit 02688c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backend/src/fhir_controller.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,6 @@ def update_immunization(self, aws_event):
371371

372372
def delete_immunization(self, aws_event):
373373
try:
374-
file_name = ""
375-
message_id = ""
376374
if aws_event.get("headers"):
377375
if response := self.authorize_request(EndpointOperation.DELETE, aws_event):
378376
return response

0 commit comments

Comments
 (0)