If bandwidth doesn't have details, then no details

Stephen Paul Weber created

Change summary

lib/bandwidth_tn_repo.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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)