From 0a5518c05f84a30ea9ed060c02c9c4499b114386 Mon Sep 17 00:00:00 2001 From: miles-grant-ibigroup Date: Tue, 19 Mar 2024 14:33:25 -0400 Subject: [PATCH] chore: lint --- handler.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/handler.ts b/handler.ts index bbed626..b8e2041 100644 --- a/handler.ts +++ b/handler.ts @@ -46,7 +46,6 @@ const pois = }) : [] - if (geocoders.length !== backupGeocoders.length) { throw new Error( 'Error: BACKUP_GEOCODERS is not set to the same length as GEOCODERS'