Skip to content

Commit

Permalink
clean #30
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Mar 20, 2024
1 parent f7f70aa commit f96350e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/GNOpenAPIManager.R
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ GNOpenAPIManager <- R6Class("GNOpenAPIManager",
if(status_code(req) == 200){
self$INFO("Successfully fetched tags (categories)!")
json <- content(req, encoding = "UTF-8")
return(json)
out <- do.call("rbind.fill", lapply(json, function(json.tag){
out.tag <- data.frame(
id = json.tag$id,
Expand Down

0 comments on commit f96350e

Please sign in to comment.