From 8c517cb574c67ea6fe0c60c9d6a0aadab54fe6df Mon Sep 17 00:00:00 2001 From: Chika Date: Mon, 17 May 2021 10:59:49 +0300 Subject: [PATCH] disable push elt res if error --- ELT.Client/Managers/Insurance/KaskoManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ELT.Client/Managers/Insurance/KaskoManager.cs b/ELT.Client/Managers/Insurance/KaskoManager.cs index e37dfc5..a9c6e07 100644 --- a/ELT.Client/Managers/Insurance/KaskoManager.cs +++ b/ELT.Client/Managers/Insurance/KaskoManager.cs @@ -49,7 +49,7 @@ namespace ELT.Client.Managers.Insurance , null , null , kaskoParams); - //if (string.IsNullOrEmpty(res.Error)) + if (string.IsNullOrEmpty(res.Error)) result.Add(companyId, res); }));