Skip to content

Commit

Permalink
bug squash
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Nov 21, 2023
1 parent 3a6defb commit 95abecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/github.R
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ get_repos_metrics <- function(owner = NULL, repo_names = NULL, token = NULL, dat
names(repo_metrics) <- repo_names

if (data_format == "dataframe") {
repo_metrics <- dplyr::bind_rows(all_repos_metrics)
repo_metrics <- dplyr::bind_rows(repo_metrics)
}

return(repo_metrics)
Expand Down

0 comments on commit 95abecd

Please sign in to comment.