mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix allowed routes check
This commit is contained in:
parent
4fe81bc9f7
commit
f75aaaba49
1 changed files with 1 additions and 1 deletions
|
@ -1273,7 +1273,7 @@ async def generate_key_helper_fn( # noqa: PLR0915
|
|||
"blocked": blocked,
|
||||
"created_by": created_by,
|
||||
"updated_by": updated_by,
|
||||
"allowed_routes": allowed_routes,
|
||||
"allowed_routes": allowed_routes or [],
|
||||
}
|
||||
|
||||
if (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue