Skip to content

Commit

Permalink
<=
Browse files Browse the repository at this point in the history
  • Loading branch information
nfuden committed Nov 13, 2024
1 parent 807e630 commit 273481c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion issuegrabber/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func main() {

logger.Info("Issues scraped", logger.Args("count", len(issues), "issuePage", i))
for idx, issue := range issues {
if issue.GetNumber() < maxForNow {
if issue.GetNumber() <= maxForNow {

logger.Warn("skipping issue", logger.Args("issue", issue.GetNumber()))
continue
Expand Down

0 comments on commit 273481c

Please sign in to comment.