Skip to content

Commit

Permalink
Somehow had a bug with an extra unused line referencing missing data …
Browse files Browse the repository at this point in the history
…in the kissreports read code - removed it
  • Loading branch information
yosemsweet committed Feb 9, 2016
1 parent f1f9d89 commit 2120bed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/kiss-reports.R
Expand Up @@ -56,7 +56,6 @@ read.KissReports <- function(reports) {

# Get list of reports
links <- jsonlite::fromJSON(httr::content(response, "text"))$links
statusLink <- links[links$name == "Status", "href"]

reportsLink <- with(result, links[links$name == "First", "href"])
print("Getting all reports")
Expand Down

0 comments on commit 2120bed

Please sign in to comment.