diff --git a/src/store/index.js b/src/store/index.js index 1a9356629..0755d5f37 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -522,15 +522,6 @@ export const actions = { }, }); }, - lookupVinByImage(context, image) { - const data = new FormData(); - data.append("file", image); - return globalMethods.callSimpleHttpClient({ - method: endpoints.LookupVinByImage.method, - endpoint: endpoints.LookupVinByImage.url, - payload: data, - }); - }, getVehicleMakes(context, { year }) { return globalMethods.callHttpClient({ method: endpoints.GetVehicleMakes.method,