Skip to content

Commit

Permalink
livecheck: Update throttle rate parameter type
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Reiter <[email protected]>
  • Loading branch information
2 people authored and cho-m committed Mar 21, 2024
1 parent 7681621 commit 0f06392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/livecheck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def strategy(symbol = T.unsafe(nil), &block)
sig {
params(
# Throttle rate of version patch number to use for bumpable versions.
rate: T.nilable(Integer),
rate: Integer,
).returns(T.nilable(Integer))
}
def throttle(rate = T.unsafe(nil))
Expand Down

0 comments on commit 0f06392

Please sign in to comment.