mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
(fix) cleanup
This commit is contained in:
parent
d0953a1349
commit
3df618bf04
1 changed files with 1 additions and 0 deletions
|
|
@ -1213,6 +1213,7 @@ async def update_database(
|
|||
await prisma_client.insert_data(data=payload, table_name="spend")
|
||||
elif custom_db_client is not None:
|
||||
await custom_db_client.insert_data(payload, table_name="spend")
|
||||
|
||||
except Exception as e:
|
||||
verbose_proxy_logger.info(f"Update Spend Logs DB failed to execute")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue