mirror of https://github.com/buster-so/buster.git
reset
This commit is contained in:
parent
767ffd9fbc
commit
f1ab3c74a5
|
@ -80,8 +80,6 @@ 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 {
|
||||
|
|
Loading…
Reference in New Issue