forked from phoenix/litellm-mirror
This reverts commit 535228159b
.
This commit is contained in:
parent
535228159b
commit
8de6e3d3ba
1 changed files with 0 additions and 5 deletions
|
@ -991,11 +991,6 @@ class PrismaClient:
|
|||
"""
|
||||
)
|
||||
expected_total_views = len(expected_views)
|
||||
|
||||
# Deal with case when ret is None
|
||||
if ret is None:
|
||||
ret = [{"view_count": 0, "view_names": []}]
|
||||
|
||||
if ret[0]["view_count"] == expected_total_views:
|
||||
verbose_proxy_logger.info("All necessary views exist!")
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue