mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
flippin' typo
This commit is contained in:
parent
b6dc5ba220
commit
2dc1295f1d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ module Sidekiq
|
|||
|
||||
case type
|
||||
when 'zset'
|
||||
rev = opts && opt[:reverse]
|
||||
rev = opts && opts[:reverse]
|
||||
total_size, items = conn.multi do
|
||||
conn.zcard(key)
|
||||
if rev
|
||||
|
|
Loading…
Reference in a new issue