We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b82260 commit 8cb79e5Copy full SHA for 8cb79e5
R/dst_get_data.R
@@ -80,7 +80,7 @@ dst_get_data <- function(table,
80
81
# Make sure the returned status is OK
82
if (httr::status_code(dst_data) != 200) {
83
- stop(httr::content(dst_data, as = "text", encoding = "UTF-8")$message)
+ stop(httr::content(dst_data, encoding = "UTF-8")$message)
84
}
85
86
# Get the content
0 commit comments