Skip to content

Commit

Permalink
fix for scroll parameters when ignore_version=TRUE #3 ropensci#290
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jun 1, 2022
1 parent e75328a commit aaa07b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/scroll.R
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ scroll.character <- function(conn, x, time_scroll = "1m", raw = FALSE, asdf = FA
body <- list(scroll = time_scroll, scroll_id = x)
args <- list()
}
} else {
body <- list(scroll = time_scroll, scroll_id = x)
args <- list()
}
tmp <- scroll_POST(
conn = conn,
Expand Down

0 comments on commit aaa07b4

Please sign in to comment.