CSR-944 prettier
This commit is contained in:
parent
0043f57a9e
commit
e1b683647d
1 changed files with 4 additions and 4 deletions
|
|
@ -76,10 +76,10 @@ async function getLatestPageForRedirection() {
|
|||
|
||||
const vinOptionalVehiclePromise = store.dispatch(storeActions.IS_VIN_OPTIONAL_VEHICLE);
|
||||
const promiseResultMap = [
|
||||
{
|
||||
resultKey: "vinOptionalOptions",
|
||||
promise: vinOptionalVehiclePromise,
|
||||
},
|
||||
{
|
||||
resultKey: "vinOptionalOptions",
|
||||
promise: vinOptionalVehiclePromise,
|
||||
},
|
||||
];
|
||||
const resultMap = await settleAllPromises(promiseResultMap);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue