Remove unneeded method.
This commit is contained in:
parent
7c6dea90be
commit
2531f12ac3
1 changed files with 0 additions and 9 deletions
|
|
@ -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 }) {
|
getVehicleMakes(context, { year }) {
|
||||||
return globalMethods.callHttpClient({
|
return globalMethods.callHttpClient({
|
||||||
method: endpoints.GetVehicleMakes.method,
|
method: endpoints.GetVehicleMakes.method,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue