This commit is contained in:
dal 2025-01-08 17:24:09 -07:00
parent 62c7f1aabb
commit 9f9d896ac1
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ async fn post_datasets_handler(user_id: &Uuid, requests: Vec<PostDatasetsRequest
// Get the user organization id.
let organization_id = get_user_organization_id(&user_id).await?;
// TODO:
let pg_pool = get_pg_pool();
let mut conn = match pg_pool.get().await {