Skip to content

Commit

Permalink
[chore] Update receiver/gitproviderreceiver/internal/scraper/githubsc…
Browse files Browse the repository at this point in the history
…raper/helpers.go
  • Loading branch information
adrielp authored May 9, 2024
1 parent dbe9865 commit 5db15e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func (ghs *githubScraper) evalCommits(
// getCommitData function is accurate.
items = branch.Compare.BehindBy % 100
if items == 0 {
items = 100
items = defaultReturnItems
}
}
c, err := ghs.getCommitData(ctx, client, repoName, items, cursor, branch.Name)
Expand Down

0 comments on commit 5db15e3

Please sign in to comment.