Remove image file from response. #645
This commit is contained in:
parent
98dae76366
commit
213652f106
1 changed files with 0 additions and 1 deletions
|
|
@ -128,7 +128,6 @@ class CompatibilityChartController extends APIController
|
||||||
'wty_private' => $batt->getWarrantyPrivate(),
|
'wty_private' => $batt->getWarrantyPrivate(),
|
||||||
'wty_commercial' => $batt->getWarrantyCommercial(),
|
'wty_commercial' => $batt->getWarrantyCommercial(),
|
||||||
'wty_tnv' => $batt->getWarrantyTnv(),
|
'wty_tnv' => $batt->getWarrantyTnv(),
|
||||||
'image_file' => $batt->getImageFile(),
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
// vehicle battery compatibility data
|
// vehicle battery compatibility data
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue