Skip to content

Commit

Permalink
Revert "Fix platform pattern matching"
Browse files Browse the repository at this point in the history
This reverts commit e184b6d.
  • Loading branch information
ashbythorpe committed Oct 25, 2023
1 parent e184b6d commit 45b0c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/predl_chrome_for_testing.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ predl_chrome_for_testing <- function(url, platform, history,
}
}
extracted <- do.call(rbind, lapply(ver_data, unwrap))
print(extracted)
app_links <- tapply(extracted, extracted$platform, identity)
has_platform <- vapply(
names(app_links),
Expand Down

0 comments on commit 45b0c5c

Please sign in to comment.