Pull old port ins (from v1 days) from config file

Stephen Paul Weber created

Change summary

bin/cancel_expired_customers | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Detailed changes

bin/cancel_expired_customers 🔗

@@ -24,7 +24,8 @@ CONFIG = Dhall.load(<<-DHALL).sync
 			password: Text,
 			target: Text -> Text,
 			body: Text -> Text -> Text
-		}
+		},
+		old_port_ins: List Text
 	}
 DHALL
 
@@ -61,7 +62,7 @@ ported_in_promise = Promise.new
 EM.schedule do
 	Fiber.new {
 		begin
-			tns = Set.new
+			tns = Set.new(CONFIG[:old_port_ins])
 			page = BandwidthIris::PortIn.list(
 				page: 1,
 				size: 1000,