Skip to content

Commit

Permalink
Update register_study.R
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu authored Oct 16, 2024
1 parent b7687f2 commit dcd547a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/register_study.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ add_study_summary <- function(study_id, summary, table_id = "syn16787123") {
BASE_URL <- "https://repo-prod.prod.sagebase.org/repo/v1"
url <- glue::glue("{BASE_URL}/entity/{table_id}/table/transaction/async/start")

studyId_col_model <- "82658"
studyId_col_model <- "82686"
summary_col_model <- "82091"

new_row <- list(etag = NULL,
Expand Down

0 comments on commit dcd547a

Please sign in to comment.