(feat) use user_notification table

This commit is contained in:
ishaan-jaff 2024-02-19 16:53:40 -08:00
parent b989f19e6e
commit cdbfac4c07
4 changed files with 19 additions and 12 deletions

View file

@ -4149,9 +4149,10 @@ async def user_request_model(request: Request):
"models": new_models,
"justification": justification,
"user_id": user_id,
"status": "pending",
"request_id": str(uuid.uuid4()),
},
table_name="model_request",
table_name="user_notification",
)
return {"status": "success"}
# update based on remaining passed in values