fix(router.py): fallback on 400-status code requests

This commit is contained in:
Krrish Dholakia 2024-08-09 12:15:45 -07:00
parent f8b0118ecd
commit 7b6db63d30
5 changed files with 31 additions and 30 deletions

View file

@ -420,6 +420,7 @@ async def update_team(
@management_endpoint_wrapper
async def team_member_add(
data: TeamMemberAddRequest,
http_request: Request,
user_api_key_dict: UserAPIKeyAuth = Depends(user_api_key_auth),
):
"""