fix build

This commit is contained in:
vchikalkin 2024-08-01 12:24:47 +03:00
parent 26aa09a5e4
commit 27c3308f09

View File

@ -100,7 +100,7 @@ export async function getInsuranceRule(
rule.evo_max_power >= leaseObjectMotorPower &&
engineType &&
rule.evo_enginie_type?.includes(engineType) &&
rule.evo_opf?.includes(insuranceOPF) &&
rule.evo_opf === insuranceOPF &&
rule.evo_min_mileage !== null &&
rule.evo_max_mileage !== null &&
tbxMileage !== null &&