Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion R/response_process.R
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,11 @@
"Consider opening an issue at \\
<https://github.com/r-lib/gargle/issues.>"
),
glue
# https://github.com/tidyverse/googlesheets4/issues/317
# this needs to be an anonymous function (as opposed to naked `glue`)
# in order to capture the value of `type`
# good write-up in https://stackoverflow.com/a/75247635
function(x) glue(x)

Check warning on line 314 in R/response_process.R

View check run for this annotation

Codecov / codecov/patch

R/response_process.R#L314

Added line #L314 was not covered by tests
)
)
)
Expand Down
Loading