one more test

This commit is contained in:
dal 2025-01-08 17:25:51 -07:00
parent 565dd7ac48
commit 767ffd9fbc
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?;
let pg_pool = get_pg_pool();
let mut conn = match pg_pool.get().await {