diff --git a/R/ona_form.R b/R/ona_form.R index 74a70b4..2d6462a 100644 --- a/R/ona_form.R +++ b/R/ona_form.R @@ -30,7 +30,7 @@ ona_form_list <- function(base_url = "https://api.ona.io", ## Read JSON x <- jsonlite::fromJSON( - txt = httr::content(x = resp, as = "text", encoding = "UTF-8") + txt = httr::content(x = resp, as = "text") ) ## Convert output to tibble