From 2bd7fc207d0360578ac18ae7e4252375168b37de Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 28 May 2024 12:30:21 -0500 Subject: [PATCH] If bandwidth doesn't have details, then no details --- lib/bandwidth_tn_repo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)