missing bracket

deepsource-autofix-76c6eb20
Dan Gowans 2022-09-01 12:59:50 -04:00
parent dc0a3f3f9f
commit bea0bc0c83
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ function importFromPrepaidCSV() {
}, { }, {
limit: -1, limit: -1,
offset: 0 offset: 0
}; });
if (possibleLots.lots.length > 0) { if (possibleLots.lots.length > 0) {
lot = possibleLots.lots[0]; lot = possibleLots.lots[0];