Skip to content

Commit a12ea38

Browse files
committed
Remove hack to handle misspecified swagger doc
1 parent 8d39d46 commit a12ea38

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

R/finbif_collections.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ finbif_collections <- function(
4242
swagger <- swagger[[c("content", "components", "schemas")]]
4343

4444
col_md_nms <- swagger[[c("Collection", "properties")]]
45-
col_md_nms <- c(col_md_nms, swagger[[c("collection", "properties")]])
4645
col_md_nms <- names(col_md_nms)
47-
col_md_nms <- unique(col_md_nms)
4846
col_md_nms <- grep("@", col_md_nms, value = TRUE, invert = TRUE)
4947

5048
col_md <- list(

0 commit comments

Comments
 (0)