forked from phoenix/litellm-mirror
fix: bug fixes
This commit is contained in:
parent
a83f890a9c
commit
c9413dfded
1 changed files with 2 additions and 2 deletions
|
@ -4526,7 +4526,7 @@ async def update_team(
|
|||
"teams": [team_row["team_id"]],
|
||||
"models": team_row["data"].models,
|
||||
},
|
||||
update_key_values={
|
||||
update_key_values_custom_query={
|
||||
"teams": {
|
||||
"push": [team_row["team_id"]],
|
||||
}
|
||||
|
@ -4632,7 +4632,7 @@ async def team_member_add(
|
|||
await prisma_client.update_data(
|
||||
user_id=new_member.user_id,
|
||||
data=user_data,
|
||||
update_key_values={
|
||||
update_key_values_custom_query={
|
||||
"teams": {
|
||||
"push": [team_row["team_id"]],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue