mirror of https://github.com/buster-so/buster.git
one more test
This commit is contained in:
parent
565dd7ac48
commit
767ffd9fbc
|
@ -80,6 +80,8 @@ async fn post_datasets_handler(user_id: &Uuid, requests: Vec<PostDatasetsRequest
|
||||||
// Get the user organization id.
|
// Get the user organization id.
|
||||||
let organization_id = get_user_organization_id(&user_id).await?;
|
let organization_id = get_user_organization_id(&user_id).await?;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
let pg_pool = get_pg_pool();
|
let pg_pool = get_pg_pool();
|
||||||
|
|
||||||
let mut conn = match pg_pool.get().await {
|
let mut conn = match pg_pool.get().await {
|
||||||
|
|
Loading…
Reference in New Issue