Skip to content

Commit

Permalink
update package website
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Oct 22, 2023
1 parent 681d630 commit 8b9876e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ona_form.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b9876e

Please sign in to comment.