diff --git a/RhSolutions.Api/Services/ClosedXMLParser.cs b/RhSolutions.Api/Services/ClosedXMLParser.cs index 5c15a2f..3aafc90 100644 --- a/RhSolutions.Api/Services/ClosedXMLParser.cs +++ b/RhSolutions.Api/Services/ClosedXMLParser.cs @@ -18,7 +18,6 @@ namespace RhSolutions.Api.Services List products = new(); using (var wb = new XLWorkbook(memoryStream)) { - Dictionary collected = new(); var table = GetTable(wb); var rows = table.DataRange.Rows(); foreach (var row in rows)