Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
byrongibby committed Mar 7, 2024
1 parent 67e1110 commit 192d650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/read_registry.R
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ process_concept_scheme <- function(structure, params) {
concept[[2]]$description[[2]]
}
representation <- if (is.list(concept[[2]][["core-representation"]])) {
codelist_ref <- component[[2]][["core-representation"]][[2]]
codelist_ref <- concept[[2]][["core-representation"]][[2]]
list(representation = "codelist",
codelist_agencyid = codelist_ref$agencyid,
codelist_id = codelist_ref$id,
Expand Down

0 comments on commit 192d650

Please sign in to comment.