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];