lib/bandwidth_tn_repo.rb 🔗
@@ -13,7 +13,7 @@ class BandwidthTnRepo
end
def find(tel)
- BandwidthIris::Tn.new(telephone_number: tel).get_details
+ BandwidthIris::Tn.new(telephone_number: tel).get_details.catch { {} }
end
def put_lidb_name(tel, lidb_name)