Skip to content

Commit 95b2fe6

Browse files
committed
fix for drivly list lookup
1 parent 6e9534c commit 95b2fe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/core/services/powertrain_type_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func (c powerTrainTypeService) ResolvePowerTrainType(makeSlug string, modelSlug
115115
}
116116

117117
// Resolve Drivly Data
118-
if drivlyData.Valid && len(c.powerTrainRuleData.VincarioList) > 0 {
118+
if drivlyData.Valid && len(c.powerTrainRuleData.DrivlyList) > 0 {
119119
var drivlyModel coremodels.DrivlyData
120120
err := drivlyData.Unmarshal(&drivlyModel)
121121
if err != nil {

0 commit comments

Comments
 (0)