(fix) write team_id to key table

This commit is contained in:
ishaan-jaff 2024-01-18 13:54:08 -08:00
parent 42ad12b2bd
commit 90509a159a

View file

@ -1098,6 +1098,7 @@ async def generate_key_helper_fn(
"config": config_json, "config": config_json,
"spend": spend, "spend": spend,
"user_id": user_id, "user_id": user_id,
"team_id": team_id,
"max_parallel_requests": max_parallel_requests, "max_parallel_requests": max_parallel_requests,
"metadata": metadata_json, "metadata": metadata_json,
} }