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 39a2d8e007
commit 482acc7ee1
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),
):
"""