diff options
Diffstat (limited to 'frontend/src/app/_services')
-rw-r--r-- | frontend/src/app/_services/csv-parse.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/app/_services/csv-parse.service.ts b/frontend/src/app/_services/csv-parse.service.ts index b9b761a0..e44af238 100644 --- a/frontend/src/app/_services/csv-parse.service.ts +++ b/frontend/src/app/_services/csv-parse.service.ts @@ -45,7 +45,7 @@ export class CsvParseService { strMatchedValue = arrMatches[3]; } - if (strMatchedValue.length > 0) + //if (strMatchedValue.length > 0) arrData[arrData.length - 1].push(strMatchedValue); } |