mirror of https://github.com/buster-so/buster.git
testing
This commit is contained in:
parent
62c7f1aabb
commit
9f9d896ac1
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue