disable push elt res if error

This commit is contained in:
Chika 2021-05-17 10:59:49 +03:00
parent 71d948eada
commit 8c517cb574

View File

@ -49,7 +49,7 @@ namespace ELT.Client.Managers.Insurance
, null , null
, null , null
, kaskoParams); , kaskoParams);
//if (string.IsNullOrEmpty(res.Error)) if (string.IsNullOrEmpty(res.Error))
result.Add(companyId, res); result.Add(companyId, res);
})); }));