diff options
-rw-r--r-- | RhSolutions.Api/Services/ClosedXMLParser.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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<Product> products = new(); using (var wb = new XLWorkbook(memoryStream)) { - Dictionary<ProductSku, Product> collected = new(); var table = GetTable(wb); var rows = table.DataRange.Rows(); foreach (var row in rows) |