CSR-1617 | Formatting
This commit is contained in:
parent
29d3c08b36
commit
a6e40db17c
1 changed files with 2 additions and 5 deletions
|
|
@ -93,11 +93,8 @@ export async function skipVinLookupNotRepair() {
|
|||
|
||||
return (
|
||||
isVinOptionalVehicle ||
|
||||
!includesWindshieldReplacement() ||
|
||||
experimentMixin.methods.hasSettingEqualTo(
|
||||
experimentSettings.SUPPRESS_VIN_CAPTURE,
|
||||
"true"
|
||||
)
|
||||
!includesWindshieldReplacement() ||
|
||||
experimentMixin.methods.hasSettingEqualTo(experimentSettings.SUPPRESS_VIN_CAPTURE, "true")
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue