fixed user id

This commit is contained in:
shivam 2026-02-07 18:21:33 -08:00
parent fa95853718
commit ef25ecb68e

View file

@ -3760,7 +3760,7 @@ async def list_keys(
else:
admin_team_ids = None
if user_id is None and user_api_key_dict.user_role not in [
if not user_id and user_api_key_dict.user_role not in [
LitellmUserRoles.PROXY_ADMIN.value,
LitellmUserRoles.PROXY_ADMIN_VIEW_ONLY.value,
]: