Skip to content

Commit

Permalink
Only roll LI back 1 month
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek authored Feb 3, 2025
1 parent 6bec84f commit ecd9b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers-linkedin.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ li_client <- httr2::oauth_client(

# Automatically set the LinkedIn API version to 2 months ago since they
# constantly change that without changing core features.
li_version_date <- lubridate::rollback(lubridate::rollback(lubridate::today()))
li_version_date <- lubridate::rollback(lubridate::today())

li_version <- paste0(
lubridate::year(li_version_date),
Expand Down

0 comments on commit ecd9b49

Please sign in to comment.