Skip to content

Commit 7e89b24

Browse files
committed
fix /team/new
1 parent 5bd6584 commit 7e89b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litellm/proxy/proxy_server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10509,7 +10509,7 @@ async def update_team(
1050910509
)
1051010510
)
1051110511

10512-
return team_row
10512+
return team_row
1051310513

1051410514

1051510515
@router.post(

0 commit comments

Comments
 (0)