Remove image file from response. #645

This commit is contained in:
Korina Cordero 2022-02-03 19:23:57 +08:00
parent 98dae76366
commit 213652f106

View file

@ -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