diff --git a/lib/bandwidth_tn_repo.rb b/lib/bandwidth_tn_repo.rb index b35aa38ea2dfeb0d0b205c718b310422dd5e7221..e5d2e7df34c8223649624833c999d028bab2ba13 100644 --- a/lib/bandwidth_tn_repo.rb +++ b/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)