Skip to content

Commit a6e00cb

Browse files
committed
wrong indentation in create
1 parent 508f8fc commit a6e00cb

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
@@ -167,7 +167,7 @@ def create_immunization(self, aws_event):
167167
try:
168168
if aws_event.get("headers"):
169169
if response := self.authorize_request(aws_event):
170-
return response
170+
return response
171171
else:
172172
raise UnauthorizedError()
173173
except UnauthorizedError as unauthorized:

0 commit comments

Comments
 (0)