fix(key_delete): exclude budget_limits from deleted verification token record
This commit is contained in:
parent
6636329f69
commit
574633fcf1
@ -3429,6 +3429,7 @@ def _transform_verification_tokens_to_deleted_records(
|
||||
"litellm_organization_table",
|
||||
"object_permission",
|
||||
"id",
|
||||
"budget_limits",
|
||||
):
|
||||
record.pop(rel_key, None)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user