mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(proxy_server.py): fix /user/info for non-existent user id
This commit is contained in:
parent
01921aeb5a
commit
fd4086d5da
2 changed files with 4 additions and 2 deletions
|
@ -767,7 +767,7 @@ class PrismaClient:
|
|||
):
|
||||
args_passed_in = locals()
|
||||
verbose_proxy_logger.debug(
|
||||
f"PrismaClient: get_data: token={token}, table_name: {table_name}, query_type: {query_type}, user_id: {user_id}, user_id_list: {user_id_list}, team_id: {team_id}, team_id_list: {team_id_list}, key_val: {key_val}"
|
||||
f"PrismaClient: get_data - args_passed_in: {args_passed_in}"
|
||||
)
|
||||
try:
|
||||
response: Any = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue