Skip to content

Commit

Permalink
chore: use Spinner directly
Browse files Browse the repository at this point in the history
  • Loading branch information
markokajzer committed Feb 9, 2024
1 parent 4e336d7 commit 4106844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/leaderboard
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ puts "Found #{pulls.size} pull requests."

reviews = Spinner.start do
pulls.flat_map.with_index do |pull, index|
Whirly.status = "Fetching reviews... (#{index + 1}/#{pulls.size})"
Spinner.status = "Fetching reviews... (#{index + 1}/#{pulls.size})"

Reviews.for(pull:)
end
Expand Down

0 comments on commit 4106844

Please sign in to comment.