Skip to content

Commit 3c69738

Browse files
committed
WS
1 parent e1a58a6 commit 3c69738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/req-promise.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ req_perform_promise <- function(req,
8787
} else {
8888
if (!is.null(pool) && !inherits(pool, "curl_multi")) {
8989
stop_input_type(pool, "a {curl} pool", allow_null = TRUE)
90-
}
9190
}
91+
}
9292
# verbosity checked by req_verbosity
9393

9494
req <- req_verbosity(req, verbosity)

0 commit comments

Comments
 (0)