Skip to content

Commit

Permalink
Remove params that we don't need
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu committed Oct 28, 2024
1 parent 6c8f776 commit a6cd289
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions new_project/new_project_from_json.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,7 @@ setup_from_config <- function(config_file, skip_register = register_check) {
initiative = INITIATIVE,
publicview = INITPUBLICVIEW,
datasets = DATASETS,
other_resources = OTHER_RESOURCES,
grant_start_date=GRANT_START,
grant_end_date=GRANT_END,
embargo_end_date=EMBARGO_END
)
other_resources = OTHER_RESOURCES)

PROJECT_ID <- created_project$properties$id
FILEVIEW_ID <- attr(created_project, "fileview")
Expand Down

0 comments on commit a6cd289

Please sign in to comment.