Skip to content

Commit d97404e

Browse files
removed the extra lines
1 parent d6c8f15 commit d97404e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/app_kernel.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,7 @@ async def human_clarification_endpoint(
364364
},
365365
)
366366
raise HTTPException(status_code=400, detail="Invalida Clarification")
367-
368-
367+
369368
authenticated_user = get_authenticated_user_details(request_headers=request.headers)
370369
user_id = authenticated_user["user_principal_id"]
371370
if not user_id:

0 commit comments

Comments
 (0)