Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Apr 23, 2024
1 parent 5b8f740 commit 1a410f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_currency_exchange_rates.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ get_currency_exchange_rates <-
httr2::req_retry(
max_seconds = max_seconds,
is_transient = ~ httr2::resp_content_type(.x) != "application/json"
) %>%
) %>%
httr2::req_error(
is_error = ~ httr2::resp_content_type(.x) != "application/json",
body = ~ cli::format_inline("IMF API did not return a valid response after {.val {max_seconds}} seconds.")
Expand Down

0 comments on commit 1a410f7

Please sign in to comment.