lib/sidekiq/throttled/fetch.rb in sidekiq-throttled-0.6.3 vs lib/sidekiq/throttled/fetch.rb in sidekiq-throttled-0.6.4

- old
+ new

@@ -30,10 +30,10 @@ return unless work work = UnitOfWork.new(*work) return work unless work.throttled? - work.throttled_requeue + work.requeue_throttled nil end class << self