feat: Update endpoint login

This commit is contained in:
Backend IM Bot 2025-03-20 11:41:16 +00:00
parent a77803fcba
commit 35c437a0d7

View File

@ -10,7 +10,7 @@ async def add_user_to_organization(
user_id: str,
role: str = "member"
):
"""Add user to organization"""
"Add user to organization"
if organization_id not in fake_users_db.get("organizations", {}):
raise HTTPException(status_code=404, detail="Organization not found")