Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
m-pilarski committed Jan 31, 2025
1 parent f2cec6e commit e0b2848
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/fetch.R
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,7 @@ fetch_tweet_timeline_raw <- function(
if(!is.null(.until_tweet_id)){
if(!"until_id" %in% names(.tweet_query)){
stopifnot(bit64::is.integer64(.until_tweet_id))
.tweet_query[["until_id"]] <- bit64::as.character.integer64(
.until_tweet_id
)
.tweet_query[["until_id"]] <- bit64::as.character(.until_tweet_id)
}else{
stop("\"until_id\" query parameter already present")
}
Expand Down

0 comments on commit e0b2848

Please sign in to comment.