Skip to content

Commit f0e6378

Browse files
schochasticskrlmlr
andauthored
removed unnecessary resp
Co-authored-by: Kirill Müller <[email protected]>
1 parent 485eb7f commit f0e6378

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/netzschleuder.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ download_file <- function(zip_url, token = NULL, file, size_limit) {
6363
"i" = "To download the file, set {.arg size_limit} to a value greater than {gb_size}"
6464
))
6565
}
66-
resp <- make_request(zip_url, token, method = "GET", file = file)
67-
# writeBin(httr2::resp_body_raw(resp), file)
66+
make_request(zip_url, token, method = "GET", file = file)
6867
invisible(NULL)
6968
}
7069

0 commit comments

Comments
 (0)