Skip to content

Commit

Permalink
fix call to httr2
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertocamara committed Jan 31, 2025
1 parent aaa04ea commit 085a63e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion R/api_request_httr2.R
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
#'
#' @return An character vector with parsed URL query string.
.url_parse_query <- function(url) {
httr2::url_parse(url)
httr2::url_query_parse(url)
}

#' @title Build an URL
Expand Down
1 change: 0 additions & 1 deletion sits.Rproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Version: 1.0
ProjectId: aee41919-376c-4c52-9385-89191f849f12

RestoreWorkspace: Default
SaveWorkspace: Ask
Expand Down

0 comments on commit 085a63e

Please sign in to comment.