Skip to content

Commit

Permalink
fix req_method_get_w usage in adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jul 11, 2024
1 parent 3c561f0 commit 47ef96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/adapter.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Adapter <- R6::R6Class("Adapter",
}

if (self$client == "httr2") {
req$method <- req_method_get_w(req$method)
req$method <- req_method_get_w(req)
}

# stub request so next time we match it
Expand Down

0 comments on commit 47ef96c

Please sign in to comment.