From bea0bc0c83cad2fcbe420ce7c3ec355661928ba6 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Thu, 1 Sep 2022 12:59:50 -0400 Subject: [PATCH] missing bracket --- temp/legacy.importFromCSV.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/legacy.importFromCSV.ts b/temp/legacy.importFromCSV.ts index 8b5889ff..c2167897 100644 --- a/temp/legacy.importFromCSV.ts +++ b/temp/legacy.importFromCSV.ts @@ -780,7 +780,7 @@ function importFromPrepaidCSV() { }, { limit: -1, offset: 0 - }; + }); if (possibleLots.lots.length > 0) { lot = possibleLots.lots[0];