Skip to content

Commit 8f9d13f

Browse files
authored
Remove 'elaine' (#486)
1 parent c271f2c commit 8f9d13f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/kernelbot/api/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ async def validate_user_header(
175175
if not user_info:
176176
raise HTTPException(
177177
status_code=401,
178-
detail="Invalid or unauthorized auth header elaine",
178+
detail="Invalid or unauthorized auth header",
179179
)
180180
return user_info
181181

0 commit comments

Comments
 (0)