Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekbanas committed Sep 22, 2023
1 parent fe04f40 commit f004974
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/GitHost.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ GitHost <- R6::R6Class("GitHost",
date_until = date_until,
settings = settings
)
})
}) %>%
purrr::list_rbind()
} else {
e
}
Expand Down

0 comments on commit f004974

Please sign in to comment.