Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzabeanie committed May 16, 2023
1 parent fd548f0 commit 5aede4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/page_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ page_data <- function(doi, filters = NULL, api_key = NULL,
query = filters)
if (verbose) {
message(paste("end_pt: ", end_pt))
message(paste("dt_req: ", dt_req)))
message(paste("dt_req: ", dt_req))
}
process_request(dt_req, doi = doi)
}
Expand Down

0 comments on commit 5aede4c

Please sign in to comment.