From 7dc8fd45d46efa805609849b79010e9c59a4390f Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Thu, 11 May 2023 19:13:14 +0300 Subject: [PATCH] Dictionary delete --- RhSolutions.Api/Services/ClosedXMLParser.cs | 1 - 1 file changed, 1 deletion(-) 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)