disable throw error for company

This commit is contained in:
Chika 2021-02-20 16:08:41 +03:00
parent 5413b4a100
commit 8c3c95c9a5

View File

@ -72,9 +72,9 @@ namespace ELT.Client.Kasko
false, null, null, eltParams);
result.Add(companyId, res);
}
catch (Exception e)
catch (Exception)
{
throw e;
// ignored
}
return result;