lib/tel_selections.rb 🔗
@@ -97,7 +97,8 @@ class TelSelections
def choose_tel(iq)
AvailableNumber.for(
- iq.form, customer: customer, redis: @redis, db: @db, memcache: @memcache
+ iq.form,
+ customer: @customer, redis: @redis, db: @db, memcache: @memcache
).then { |avail|
next avail if avail.is_a?(Tn::Bandwidth)