Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Commit

Permalink
fixup! add API#tiers
Browse files Browse the repository at this point in the history
  • Loading branch information
z64 committed Jul 20, 2017
1 parent c650218 commit c48d95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rls/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def seasons(renew = false)

# Retrieve the current season's tiers
# @param renew [true, false] Ignore the cache and make a new request
# @return [Hash<Integer => Tier] The seasons by ID
# @return [Hash<Integer => Tier] The tiers by ID
def tiers(renew = false)
if renew || !@tiers
response =
Expand Down

0 comments on commit c48d95f

Please sign in to comment.