Skip to content

Commit

Permalink
#12 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 24, 2024
1 parent 319c882 commit e02224d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/octo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def o.through_pages(*args)
page = 1
catch :break do
loop do
r = send(m, *(args + [{ page: page }]))
r = send(m, *(args + [{ page: }]))
break if r.empty?
yield r
page += 1
Expand Down

0 comments on commit e02224d

Please sign in to comment.