Skip to content

Commit

Permalink
Responding to minor lintr warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Sep 20, 2024
1 parent 6ec5bc0 commit afe88f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/get_dataset.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ get_dataset <- function(
httr::content("text") |>
jsonlite::fromJSON()
if (parse) {
response_json$results |> parse_api_dataset()
response_json$results |>
eesyapi::parse_api_dataset()
} else {
response_json$results
}
Expand Down

0 comments on commit afe88f6

Please sign in to comment.