We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a58a6 commit 3c69738Copy full SHA for 3c69738
R/req-promise.R
@@ -87,8 +87,8 @@ req_perform_promise <- function(req,
87
} else {
88
if (!is.null(pool) && !inherits(pool, "curl_multi")) {
89
stop_input_type(pool, "a {curl} pool", allow_null = TRUE)
90
- }
91
}
+ }
92
# verbosity checked by req_verbosity
93
94
req <- req_verbosity(req, verbosity)
0 commit comments